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 aa17f31 commit 4ec9488Copy full SHA for 4ec9488
src/Filter/SearchFilter.php
@@ -31,8 +31,8 @@ public function __construct(
31
public function getCriteria(): array
32
{
33
return [
34
- printf('criteria[%s][type]', $this->nameOfCriterion) => $this->searchOption,
35
- printf('criteria[%s][value]', $this->nameOfCriterion) => $this->searchPhrase,
+ sprintf('criteria[%s][type]', $this->nameOfCriterion) => $this->searchOption,
+ sprintf('criteria[%s][value]', $this->nameOfCriterion) => $this->searchPhrase,
36
];
37
}
38
0 commit comments