Passed
Push — master ( a40ea7...ddbf02 )
by Anthony
03:04
created
core/RouterController.php 3 patches
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.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 				
19 19
 				$this->page = $page;
20 20
 				
21
-				if (($this->getTestCoreController() === false) && ($this->getTestModuleController()  === false)) {
21
+				if (($this->getTestCoreController() === false) && ($this->getTestModuleController() === false)) {
22 22
 					$this->controller = $this->part."/".$this->page.".php";
23 23
 				}
24 24
 				
@@ -30,10 +30,10 @@  discard block
 block discarded – undo
30 30
 		
31 31
 		
32 32
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
33
-		public function getController(){
33
+		public function getController() {
34 34
 		    return $this->controller;
35 35
 		}
36
-		public function getErreur(){
36
+		public function getErreur() {
37 37
 		    return $this->erreur;
38 38
 		}
39 39
 		
Please login to merge, or discard this patch.
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,10 +30,10 @@
 block discarded – undo
30 30
 		
31 31
 		
32 32
 		//-------------------------- GETTER ----------------------------------------------------------------------------//
33
-		public function getController(){
33
+		public function getController() {
34 34
 		    return $this->controller;
35 35
 		}
36
-		public function getErreur(){
36
+		public function getErreur() {
37 37
 		    return $this->erreur;
38 38
 		}
39 39
 		
Please login to merge, or discard this patch.