From 38bc0b2e9ce5896a6942a9e6f40e2e4ba6df52d0 Mon Sep 17 00:00:00 2001 From: robertSt7 Date: Tue, 17 Dec 2024 13:48:25 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- src/Helper/GridHelperService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Helper/GridHelperService.php b/src/Helper/GridHelperService.php index 8b6beffb6..9bab4b4d0 100644 --- a/src/Helper/GridHelperService.php +++ b/src/Helper/GridHelperService.php @@ -929,7 +929,7 @@ public function createXlsxExportFile(FilesystemOperator $storage, string $fileHa private function optimizedConcatLike(string $fullpath, string $type = 'object'): string { //special case for the root folder - if($fullpath === '/') { + if ($fullpath === '/') { return '`path` LIKE "/%"'; }