Apply symplify checkers.

This commit is contained in:
Jan Böhmer 2020-08-21 21:38:31 +02:00
parent d0b1024d80
commit 349ab706cc
6 changed files with 17 additions and 11 deletions

View file

@ -245,7 +245,8 @@ class PartListsController extends AbstractController
];
$table = $dataTable->createFromType(PartsDataTable::class, [
'search' => $search, 'search_options' => $search_options,
'search' => $search,
'search_options' => $search_options,
])
->handleRequest($request);