File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/internal/Magento/Framework/Webapi/CustomAttribute Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ interface PreprocessorInterface
17
17
* @param mixed $attribute
18
18
* @return bool
19
19
*/
20
- public function shouldBeProcessed ($ key , $ attribute );
20
+ public function shouldBeProcessed (string $ key , $ attribute ): bool ;
21
21
22
22
/**
23
23
* Process attribute object according to type rules
24
24
*
25
25
* @param string $key
26
26
* @param mixed $attribute
27
27
*/
28
- public function process ($ key , &$ attribute );
28
+ public function process (string $ key , &$ attribute );
29
29
30
30
/**
31
31
* Get list of affected attributes for the current preprocessor
32
32
*
33
33
* @return array
34
34
*/
35
- public function getAffectedAttributes ();
35
+ public function getAffectedAttributes (): array ;
36
36
}
You can’t perform that action at this time.
0 commit comments