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 a9f1f5d commit 9afd18fCopy full SHA for 9afd18f
src/AllowedFilter.php
@@ -153,10 +153,7 @@ public function hasDefault(): bool
153
protected function resolveValueForFiltering($value)
154
{
155
if (is_array($value)) {
156
- $remainingProperties = array_map(
157
- [$this, 'resolveValueForFiltering'],
158
- $value
159
- );
+ $remainingProperties = array_map([$this, 'resolveValueForFiltering'], $value);
160
161
return ! empty($remainingProperties) ? $remainingProperties : null;
162
}
0 commit comments