Skip to content

Commit 6b230c5

Browse files
committed
magento#28200 fixed static test
1 parent 3a7e198 commit 6b230c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/code/Magento/CatalogGraphQl/Model/Product/Attributes/Collection.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?php
2+
23
/**
34
* Copyright © Magento, Inc. All rights reserved.
45
* See COPYING.txt for license details.
56
*/
6-
declare (strict_types = 1);
7+
8+
declare(strict_types=1);
79

810
namespace Magento\CatalogGraphQl\Model\Product\Attributes;
911

app/code/Magento/CatalogGraphQl/Model/Resolver/Product/CustomAttributes.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php
2+
23
/**
34
* Copyright © Magento, Inc. All rights reserved.
45
* See COPYING.txt for license details.
56
*/
7+
68
declare(strict_types=1);
79

810
namespace Magento\CatalogGraphQl\Model\Resolver\Product;
@@ -19,7 +21,7 @@
1921
*/
2022
class CustomAttributes implements ResolverInterface
2123
{
22-
/**
24+
/**
2325
* @var AttributesCollection
2426
*/
2527
private $attributesCollection;

0 commit comments

Comments
 (0)