Passed
Push — master ( ef436a...1feae4 )
by Anthony
02:41
created
modules/messagerie/app/controller/Messagerie.php 1 patch
Spacing   +4 added lines, -4 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
 
@@ -291,7 +291,7 @@  discard block
 block discarded – undo
291 291
 				$destinataires = explode(",", $destinataire);
292 292
 				$c = count($destinataires);
293 293
 
294
-				for ($i=0 ; $i<$c ; $i++) {
294
+				for ($i = 0; $i < $c; $i++) {
295 295
 					if ($this->getIdIdentiteExist($destinataires[$i]) !== false) {
296 296
 						$destinataires[] = $this->getIdIdentiteExist($destinataires[$i]);
297 297
 					}
Please login to merge, or discard this patch.