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 42f0b40 commit a9f1f5dCopy full SHA for a9f1f5d
src/AllowedFilter.php
@@ -154,7 +154,8 @@ protected function resolveValueForFiltering($value)
154
{
155
if (is_array($value)) {
156
$remainingProperties = array_map(
157
- [$this, 'resolveValueForFiltering'], $value
+ [$this, 'resolveValueForFiltering'],
158
+ $value
159
);
160
161
return ! empty($remainingProperties) ? $remainingProperties : null;
0 commit comments