File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/CatalogGraphQl/Model/Resolver Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ declare (strict_types=1 );
7
+
6
8
namespace Magento \CatalogGraphQl \Model \Resolver \Category ;
7
9
8
10
use Magento \Catalog \Api \Data \CategoryInterface ;
@@ -33,8 +35,7 @@ class CheckCategoryIsActive
33
35
public function __construct (
34
36
CollectionFactory $ collectionFactory ,
35
37
MetadataPool $ metadata
36
- )
37
- {
38
+ ) {
38
39
$ this ->collectionFactory = $ collectionFactory ;
39
40
$ this ->metadata = $ metadata ;
40
41
}
Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ public function __construct(
50
50
\Magento \CatalogGraphQl \Model \Resolver \Products \DataProvider \CategoryTree $ categoryTree ,
51
51
ExtractDataFromCategoryTree $ extractDataFromCategoryTree ,
52
52
CheckCategoryIsActive $ checkCategoryIsActive
53
- )
54
- {
53
+ ) {
55
54
$ this ->categoryTree = $ categoryTree ;
56
55
$ this ->extractDataFromCategoryTree = $ extractDataFromCategoryTree ;
57
56
$ this ->checkCategoryIsActive = $ checkCategoryIsActive ;
You can’t perform that action at this time.
0 commit comments