Passed
Push — master ( a40ea7...ddbf02 )
by Anthony
03:04
created
core/RouterController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,10 +31,10 @@
 block discarded – undo
31 31
 		
32 32
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
33 33
 		public function getController(){
34
-		    return $this->controller;
34
+			return $this->controller;
35 35
 		}
36 36
 		public function getErreur(){
37
-		    return $this->erreur;
37
+			return $this->erreur;
38 38
 		}
39 39
 		
40 40
 		/**
Please login to merge, or discard this patch.