Passed
Push — master ( e2fc79...eb2778 )
by Anthony
03:14
created
modules/bataille/app/controller/Batiment.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -565,7 +565,7 @@
 block discarded – undo
565 565
 						->where("ID_".$this->nom_batiment_sql, "=", $this->niveau_batiment+1)
566 566
 						->get();
567 567
 
568
-					if ((is_array($query)) && (count($query) > 0)){
568
+					if ((is_array($query)) && (count($query) > 0)) {
569 569
 						foreach ($query as $obj) {
570 570
 							$this->info_batiment_next = $xml->$nom_batiment_sql->phrase_suivant.$obj->$champ.$xml->$nom_batiment_sql->complement;
571 571
 						}
Please login to merge, or discard this patch.