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 33 * Copyright © Magento, Inc. All rights reserved.
44 * See COPYING.txt for license details.
55 */
6+ declare (strict_types=1 );
7+
68namespace Magento \CatalogGraphQl \Model \Resolver \Category ;
79
810use Magento \Catalog \Api \Data \CategoryInterface ;
@@ -33,8 +35,7 @@ class CheckCategoryIsActive
3335 public function __construct (
3436 CollectionFactory $ collectionFactory ,
3537 MetadataPool $ metadata
36- )
37- {
38+ ) {
3839 $ this ->collectionFactory = $ collectionFactory ;
3940 $ this ->metadata = $ metadata ;
4041 }
Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ public function __construct(
5050 \Magento \CatalogGraphQl \Model \Resolver \Products \DataProvider \CategoryTree $ categoryTree ,
5151 ExtractDataFromCategoryTree $ extractDataFromCategoryTree ,
5252 CheckCategoryIsActive $ checkCategoryIsActive
53- )
54- {
53+ ) {
5554 $ this ->categoryTree = $ categoryTree ;
5655 $ this ->extractDataFromCategoryTree = $ extractDataFromCategoryTree ;
5756 $ this ->checkCategoryIsActive = $ checkCategoryIsActive ;
You can’t perform that action at this time.
0 commit comments