From fdf17877f7d39c3ae68f266e4b5b8a81d29ef4a0 Mon Sep 17 00:00:00 2001 From: Igor Melnikov Date: Thu, 12 Nov 2015 22:31:09 -0600 Subject: [PATCH] MAGETWO-45467: Remove api annotation from TimezoneInterface Removing api annotation --- .../Magento/Framework/Stdlib/DateTime/TimezoneInterface.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/internal/Magento/Framework/Stdlib/DateTime/TimezoneInterface.php b/lib/internal/Magento/Framework/Stdlib/DateTime/TimezoneInterface.php index 50494fb14fcb5..0ec49eedb748b 100644 --- a/lib/internal/Magento/Framework/Stdlib/DateTime/TimezoneInterface.php +++ b/lib/internal/Magento/Framework/Stdlib/DateTime/TimezoneInterface.php @@ -8,9 +8,6 @@ namespace Magento\Framework\Stdlib\DateTime; -/** - * @api - */ interface TimezoneInterface { /**