From c6c02e2377f398b01a25888a0f7dc5c2ce49d59d Mon Sep 17 00:00:00 2001 From: Navarr Barnier Date: Mon, 26 Mar 2018 11:03:25 -0400 Subject: [PATCH] Add @api annotation to the ScopeConfig WriterInterface --- .../Magento/Framework/App/Config/Storage/WriterInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/Magento/Framework/App/Config/Storage/WriterInterface.php b/lib/internal/Magento/Framework/App/Config/Storage/WriterInterface.php index 308c7656d5e7c..35b24692bd228 100644 --- a/lib/internal/Magento/Framework/App/Config/Storage/WriterInterface.php +++ b/lib/internal/Magento/Framework/App/Config/Storage/WriterInterface.php @@ -11,7 +11,7 @@ /** * Interface \Magento\Framework\App\Config\Storage\WriterInterface - * + * @api */ interface WriterInterface {