Passed
Push — master ( 707b53...754724 )
by Anthony
02:27
created
modules/bataille/app/controller/Base.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,8 +84,7 @@
 block discarded – undo
84 84
 								"posx" => $obj->posx,
85 85
 								"posy" => $obj->posy,
86 86
 							];
87
-						}
88
-						else {
87
+						} else {
89 88
 							$batiments[] = [
90 89
 								"nom_batiment" => $obj->nom_batiment,
91 90
 								"nom_batiment_sql" => $obj->nom_batiment_sql,
Please login to merge, or discard this patch.