Passed
Push — master ( 70bd22...a47f7f )
by Anthony
03:21
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/Faction.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 		
16 16
 		
17 17
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
18
-		public function getIdFaction(){
18
+		public function getIdFaction() {
19 19
 		    return $this->id_faction;
20 20
 		}
21 21
 		
Please login to merge, or discard this patch.