Passed
Push — feature-family-log ( 893bac...9622c6 )
by Laurent
01:33
created
Persistence/DoctrineOrm/Repositories/DoctrineFamilyLogRepository.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
 )
66 66
 SELECT DISTINCT uuid, parent_id, label, level, path, slug FROM cte
67 67
 ORDER BY level
68
-SQL;
68
+sql;
69 69
 
70 70
         // Get parents
71 71
         $result = $this->connection->executeQuery($query, ['uuid' => $uuid])->fetchAllAssociative();
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
 )
96 96
 SELECT DISTINCT uuid, parent_id, label, level, path, slug FROM cte
97 97
 ORDER BY level
98
-SQL;
98
+sql;
99 99
         // Get children
100 100
         $result = $this->connection->executeQuery($query, ['uuid' => $uuid])->fetchAllAssociative();
101 101
 
Please login to merge, or discard this patch.