Skip to content

Commit 1ff7ff1

Browse files
robertSt7github-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 602d8ba commit 1ff7ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper/GridHelperService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ public function prepareAssetListingForGrid(array $allParams, User $adminUser): M
840840
$operator = '=';
841841
} elseif ($filterOperator == 'in') {
842842
$operator = 'IN';
843-
843+
844844
$filterValue = $filter['value'] ?? '';
845845
if (!is_array($filterValue)) {
846846
$matches = preg_split('/[^0-9\.]+/', $filterValue, -1, PREG_SPLIT_NO_EMPTY);

0 commit comments

Comments
 (0)