From 4e07a77ec0f50fef9f1d2e9d9a4c6570b790aab3 Mon Sep 17 00:00:00 2001 From: Navarr Barnier Date: Fri, 18 May 2018 14:37:37 -0400 Subject: [PATCH] API annotated IoInterface --- lib/internal/Magento/Framework/Filesystem/Io/IoInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/internal/Magento/Framework/Filesystem/Io/IoInterface.php b/lib/internal/Magento/Framework/Filesystem/Io/IoInterface.php index c31d3ff9e52ba..d7d0f045c5c72 100644 --- a/lib/internal/Magento/Framework/Filesystem/Io/IoInterface.php +++ b/lib/internal/Magento/Framework/Filesystem/Io/IoInterface.php @@ -9,6 +9,7 @@ /** * Input/output client interface + * @api */ interface IoInterface {