Passed
Push — master ( c60e25...5c42a2 )
by Anthony
02:55
created
modules/bataille/app/controller/Batiment.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -592,7 +592,7 @@
 block discarded – undo
592 592
 					->where("ID_".$this->nom_batiment_sql, "=", $this->niveau_batiment+1)
593 593
 					->get();
594 594
 				
595
-				if ((is_array($query)) && (count($query) > 0)){
595
+				if ((is_array($query)) && (count($query) > 0)) {
596 596
 					foreach ($query as $obj) {
597 597
 						$this->info_batiment_next = $xml->$nom_batiment_sql->phrase_suivant.$obj->$champ.$xml->$nom_batiment_sql->complement;
598 598
 					}
Please login to merge, or discard this patch.