Passed
Push — master ( a40ea7...ddbf02 )
by Anthony
03:04
created
core/RouterController.php 1 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.