Passed
Push — master ( 992b1f...14cd89 )
by Anthony
07:16
created
modules/bataille/app/controller/Faction.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
 		
20 20
 		
21 21
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
22
-		public function getIdFaction(){
22
+		public function getIdFaction() {
23 23
 		    return $this->id_faction;
24 24
 		}
25 25
 		
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
 			
216 216
 			if ($permissions_membre == "chef" || in_array("INVITER_MEMBRE", $permissions_membre)) {
217 217
 				$id_identite = Bataille::getPlayerExist($pseudo);
218
-				if ($id_identite== false) {
218
+				if ($id_identite == false) {
219 219
 					FlashMessage::setFlash("Ce joueur n'existe pas");
220 220
 					return false;
221 221
 				}
Please login to merge, or discard this patch.