mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-22 03:47:48 +00:00
Rector changes + namespace changes
This commit is contained in:
@@ -205,7 +205,7 @@ final class FilterOrderHelper
|
||||
return null !== $this->searchBoxFields;
|
||||
}
|
||||
|
||||
public function setSearchBox($searchBoxFields = null): self
|
||||
public function setSearchBox(?array $searchBoxFields = null): self
|
||||
{
|
||||
$this->searchBoxFields = $searchBoxFields;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user