Skip to content

Commit a51a9e0

Browse files
author
Pantea Marius-ciclistu
committed
PSR12 fn ( to fn(
1 parent 3a63fc5 commit a51a9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Http/Middleware/Decorators/AbstractDecoratorMiddleware.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ protected function getListNewContent(Request $request, array $content, array $co
222222
$newContent['filterable'] = $this->decorator->getFilters();
223223
$newContent['sortable'] = \array_merge(
224224
$indexedSortable ?? $this->decorator->getFilters(),
225-
\array_map(fn (string $rel): string => $rel .
225+
\array_map(fn(string $rel): string => $rel .
226226
$this->decorator::EXIST_SUFFIX, $this->decorator->getExistRelations()),
227-
\array_map(fn (string $rel): string => $rel .
227+
\array_map(fn(string $rel): string => $rel .
228228
$this->decorator::COUNT_SUFFIX, $this->decorator->getCountRelations())
229229
);
230230

0 commit comments

Comments
 (0)