File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
app/code/Magento/EavGraphQl/Model/Resolver Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
use Magento \Eav \Model \AttributeRepository ;
11
11
use Magento \Framework \GraphQl \Query \EnumLookup ;
12
- use Magento \Framework \Api \SearchCriteriaInterface ;
13
12
use Magento \Framework \Api \SearchCriteriaBuilder ;
14
13
use Magento \Framework \GraphQl \Config \Element \Field ;
15
14
use Magento \Framework \GraphQl \Exception \GraphQlInputException ;
16
- use Magento \Framework \GraphQl \Exception \GraphQlNoSuchEntityException ;
17
15
use Magento \Framework \GraphQl \Query \ResolverInterface ;
18
16
use Magento \Framework \GraphQl \Schema \Type \ResolveInfo ;
19
17
use Magento \Framework \Phrase ;
@@ -39,9 +37,9 @@ class EntityTypeAttributesList implements ResolverInterface
39
37
private EnumLookup $ enumLookup ;
40
38
41
39
/**
42
- * array
40
+ * @var array
43
41
*/
44
- private $ resolvers ;
42
+ private array $ resolvers ;
45
43
46
44
/**
47
45
* @param AttributeRepository $attributeRepository
@@ -99,7 +97,7 @@ public function resolve(
99
97
100
98
/**
101
99
* Returns formatted list of attributes
102
- *
100
+ *
103
101
* @param array $attributesList
104
102
* @return array
105
103
*/
You can’t perform that action at this time.
0 commit comments