mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 19:43:49 +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