Skip to content

Commit

Permalink
Remove return on _getSearchEntityIdsSql function
Browse files Browse the repository at this point in the history
  • Loading branch information
cemag44 authored and cemag44300 committed Sep 21, 2022
1 parent 7ed584a commit fb20011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/ResourceModel/Search/CustomCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected function _getAttributesCollection(): AbstractDb
*
* @return string
*/
protected function _getSearchEntityIdsSql($query, $searchOnlyInCurrentStore = true): string
protected function _getSearchEntityIdsSql($query, $searchOnlyInCurrentStore = true)
{
$sql = parent::_getSearchEntityIdsSql($query, $searchOnlyInCurrentStore);

Expand Down

0 comments on commit fb20011

Please sign in to comment.