Skip to content

Commit ced2885

Browse files
committed
#13776: Move isAllowed method from AccessChangeQuoteControl to separate service
- Added strict_types declaration to new files according to 2.3 guidelines
1 parent 839ec90 commit ced2885

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Magento/Quote/Api/ChangeQuoteControlInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
declare(strict_types=1);
8+
79
namespace Magento\Quote\Api;
810

911
use Magento\Quote\Api\Data\CartInterface;

app/code/Magento/Quote/Model/ChangeQuoteControl.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
declare(strict_types=1);
8+
79
namespace Magento\Quote\Model;
810

911
use Magento\Authorization\Model\UserContextInterface;

0 commit comments

Comments
 (0)