diff --git a/lib/internal/Magento/Framework/App/CsrfAwareActionInterface.php b/lib/internal/Magento/Framework/App/CsrfAwareActionInterface.php index 8413b945a1141..709e2f3292504 100644 --- a/lib/internal/Magento/Framework/App/CsrfAwareActionInterface.php +++ b/lib/internal/Magento/Framework/App/CsrfAwareActionInterface.php @@ -3,7 +3,6 @@ * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ - declare(strict_types=1); namespace Magento\Framework\App; @@ -12,6 +11,8 @@ /** * Action that's aware of CSRF protection. + * + * @api */ interface CsrfAwareActionInterface extends ActionInterface { diff --git a/lib/internal/Magento/Framework/App/DefaultPathInterface.php b/lib/internal/Magento/Framework/App/DefaultPathInterface.php index a0a517815e3e0..9e3af47c2b1d4 100644 --- a/lib/internal/Magento/Framework/App/DefaultPathInterface.php +++ b/lib/internal/Magento/Framework/App/DefaultPathInterface.php @@ -1,15 +1,17 @@