Passed
Push — master ( 80cc4f...d831b2 )
by Anthony
02:50
created
core/modules/RouterModule.class.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -59,12 +59,10 @@
 block discarded – undo
59 59
 				if (in_array($explode[$i], $this->getAllModules())) {
60 60
 					$this->module = $explode[$i];
61 61
 					$debut_url = $explode[$i];
62
-				}
63
-				else if ($i == 1) {
62
+				} else if ($i == 1) {
64 63
 					$centre_url = $explode[$i];
65 64
 					$this->page = $explode[$i];
66
-				}
67
-				else {
65
+				} else {
68 66
 					$this->parametre = $explode[$i];
69 67
 				}
70 68
 			}
Please login to merge, or discard this patch.