File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ public function __construct(
55
55
Context $ context ,
56
56
Registry $ registry ,
57
57
StoreManagerInterface $ storeManager ,
58
- AbstractResource $ resource = null ,
59
- AbstractDb $ resourceCollection = null ,
58
+ ? AbstractResource $ resource = null ,
59
+ ? AbstractDb $ resourceCollection = null ,
60
60
array $ data = []
61
61
)
62
62
{
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function getSearchCriteria()
45
45
return null ;
46
46
}
47
47
48
- public function setSearchCriteria (SearchCriteriaInterface $ searchCriteria = null )
48
+ public function setSearchCriteria (? SearchCriteriaInterface $ searchCriteria = null )
49
49
{
50
50
return $ this ;
51
51
}
@@ -60,7 +60,7 @@ public function setTotalCount($totalCount)
60
60
return $ this ;
61
61
}
62
62
63
- public function setItems (array $ items = null )
63
+ public function setItems (? array $ items = null )
64
64
{
65
65
return $ this ;
66
66
}
You can’t perform that action at this time.
0 commit comments