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(
5555 Context $ context ,
5656 Registry $ registry ,
5757 StoreManagerInterface $ storeManager ,
58- AbstractResource $ resource = null ,
59- AbstractDb $ resourceCollection = null ,
58+ ? AbstractResource $ resource = null ,
59+ ? AbstractDb $ resourceCollection = null ,
6060 array $ data = []
6161 )
6262 {
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function getSearchCriteria()
4545 return null ;
4646 }
4747
48- public function setSearchCriteria (SearchCriteriaInterface $ searchCriteria = null )
48+ public function setSearchCriteria (? SearchCriteriaInterface $ searchCriteria = null )
4949 {
5050 return $ this ;
5151 }
@@ -60,7 +60,7 @@ public function setTotalCount($totalCount)
6060 return $ this ;
6161 }
6262
63- public function setItems (array $ items = null )
63+ public function setItems (? array $ items = null )
6464 {
6565 return $ this ;
6666 }
You can’t perform that action at this time.
0 commit comments