Passed
Push — feature-family-log ( 90a5a1...8af55d )
by Laurent
06:55
created
Administration/Infrastructure/Finders/Doctrine/DoctrineFamilyLogFinder.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 )
67 67
 SELECT DISTINCT uuid, parent_id, label, slug, level FROM cte
68 68
 ORDER BY level DESC
69
-SQL;
69
+sql;
70 70
 
71 71
         $results = $this->connection->executeQuery($query)->fetchAllAssociative();
72 72
 
Please login to merge, or discard this patch.
Persistence/DoctrineOrm/Repositories/DoctrineFamilyLogRepository.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 )
66 66
 SELECT DISTINCT uuid, parent_id, label, slug, level 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();
Please login to merge, or discard this patch.