Commit d534c61 1 parent 83e32ff commit d534c61 Copy full SHA for d534c61
File tree 3 files changed +5
-5
lines changed
Model/DataProvider/UrlRewrite
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ public function __construct(
22
22
public function getData (
23
23
string $ entity_type ,
24
24
int $ id ,
25
- ResolveInfo $ info = null ,
26
- int $ storeId = null
25
+ ? ResolveInfo $ info = null ,
26
+ ? int $ storeId = null
27
27
): array {
28
28
$ category = $ this ->categoryRepository ->get ($ id , $ storeId );
29
29
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ public function __construct(
25
25
public function getData (
26
26
string $ entity_type ,
27
27
int $ id ,
28
- ResolveInfo $ info = null ,
29
- int $ storeId = null
28
+ ? ResolveInfo $ info = null ,
29
+ ? int $ storeId = null
30
30
): array {
31
31
$ page = $ this ->pageRepository ->getById ($ id );
32
32
Original file line number Diff line number Diff line change 5
5
"sort-packages" : true
6
6
},
7
7
"require" : {
8
- "php" : " ~8.1 .0||~8.2 .0||~8.3 .0" ,
8
+ "php" : " ~8.2 .0||~8.3 .0||~8.4 .0" ,
9
9
"magento/framework" : " *" ,
10
10
"magento/upward" : " *" ,
11
11
"magento/module-config" : " *" ,
You can’t perform that action at this time.
0 commit comments