Passed
Push — master ( d4b0ea...d4b0ea )
by Anthony
04:31
created
modules/messagerie/app/controller/Messagerie.php 1 patch
Braces   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -76,10 +76,10 @@  discard block
 block discarded – undo
76 76
 		public function getMessage() {
77 77
 			return $this->message;
78 78
 		}
79
-		public function getDateMessage(){
79
+		public function getDateMessage() {
80 80
 		    return $this->date_message;
81 81
 		}
82
-		public function getUrl(){
82
+		public function getUrl() {
83 83
 		    return $this->url;
84 84
 		}
85 85
 		public function getIdExpediteur() {
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
 		public function getPseudoReceveur() {
95 95
 			return $this->pseudo_receveur;
96 96
 		}
97
-		public function getValues(){
97
+		public function getValues() {
98 98
 		    return ["messagerie" => $this->values];
99 99
 		}
100 100
 
Please login to merge, or discard this patch.
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.