Skip to content

Commit 2b51836

Browse files
committed
add declare(strict_types=1);
1 parent 23bb9b5 commit 2b51836

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Quote\Model\Quote;
79

810
use Magento\Framework\Api\AttributeValueFactory;

app/code/Magento/Quote/Test/Unit/Model/Quote/Item/ProcessorTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Quote\Test\Unit\Model\Quote\Item;
79

810
use Magento\Catalog\Model\Product;

dev/tests/api-functional/testsuite/Magento/Catalog/Api/CartItemRepositoryTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Catalog\Api;
79

810
use Magento\TestFramework\TestCase\WebapiAbstract;

0 commit comments

Comments
 (0)