Skip to content

Commit a9f1f5d

Browse files
stevebaumangithub-actions[bot]
authored andcommitted
Fix styling
1 parent 42f0b40 commit a9f1f5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AllowedFilter.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ protected function resolveValueForFiltering($value)
154154
{
155155
if (is_array($value)) {
156156
$remainingProperties = array_map(
157-
[$this, 'resolveValueForFiltering'], $value
157+
[$this, 'resolveValueForFiltering'],
158+
$value
158159
);
159160

160161
return ! empty($remainingProperties) ? $remainingProperties : null;

0 commit comments

Comments
 (0)