Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored and github-actions[bot] committed Nov 25, 2024
1 parent a7bf22e commit 8efec81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Helper/GridHelperService.php
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,6 @@ public function createXlsxExportFile(FilesystemOperator $storage, string $fileHa
return $response;
}


/**
*
*
Expand Down Expand Up @@ -983,5 +982,4 @@ protected function getPermittedPathsByUser(string $type, User $user): string

return '('.implode(' OR ', $allowedTypes) .')';
}

}

0 comments on commit 8efec81

Please sign in to comment.