Passed
Push — master ( b936a1...1057a9 )
by Anthony
02:40
created
modules/bataille/app/controller/Faction.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 		
17 17
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
18 18
 		public function getIdFaction(){
19
-		    return $this->id_faction;
19
+			return $this->id_faction;
20 20
 		}
21 21
 		
22 22
 		/**
Please login to merge, or discard this patch.