Skip to content

Commit 1ad4542

Browse files
kingjia90github-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 16437c6 commit 1ad4542

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
@@ -822,7 +822,7 @@ public function prepareAssetListingForGrid(array $allParams, User $adminUser): M
822822
$operator = '=';
823823
} elseif ($filterOperator == 'in') {
824824
$operator = 'IN';
825-
825+
826826
$filterValue = $filter['value'] ?? '';
827827
if (!is_array($filterValue)) {
828828
$matches = preg_split('/[^0-9\.]+/', $filterValue, -1, PREG_SPLIT_NO_EMPTY);

0 commit comments

Comments
 (0)