We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa35b1 commit 4766281Copy full SHA for 4766281
Model/ResourceModel/LandingPage/Grid/Collection.php
@@ -82,7 +82,7 @@ public function getSearchCriteria()
82
*
83
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
84
*/
85
- public function setSearchCriteria(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria = null)
+ public function setSearchCriteria(?\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria = null)
86
{
87
return $this;
88
}
0 commit comments