Passed
Push — master ( 99fb41...22b2db )
by Anthony
03:06
created
core/Navigation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
 
48 48
 			if (is_array($query) && (count($query) > 0)) {
49 49
 				foreach ($query as $obj) {
50
-					return [$obj->titre,$obj->url];
50
+					return [$obj->titre, $obj->url];
51 51
 				}
52 52
 			}
53 53
 		}
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
 
67 67
 			if (is_array($query) && (count($query) > 0)) {
68 68
 				foreach ($query as $obj) {
69
-					return [$obj->nom_module,$obj->url];
69
+					return [$obj->nom_module, $obj->url];
70 70
 				}
71 71
 			}
72 72
 		}
Please login to merge, or discard this patch.