| @@ -41,8 +41,6 @@ | ||
| 41 | 41 | |
| 42 | 42 | /** | 
| 43 | 43 | * | 
| 44 | - * @param type $pattern | |
| 45 | - * @param type $args | |
| 46 | 44 | * @return | 
| 47 | 45 | */ | 
| 48 | 46 |      public function get() { | 
| @@ -53,7 +53,7 @@ | ||
| 53 | 53 | } | 
| 54 | 54 | |
| 55 | 55 |      public function exceptionHandler($ex) { | 
| 56 | - $lastTrace = $ex->getTrace()[count($ex->getTrace()) -1]; | |
| 56 | + $lastTrace = $ex->getTrace()[count($ex->getTrace()) - 1]; | |
| 57 | 57 | $output = <<<EXC | 
| 58 | 58 | <!DOCTYPE> | 
| 59 | 59 | <html> | 
| @@ -141,7 +141,7 @@ | ||
| 141 | 141 | $args = func_get_args(); | 
| 142 | 142 | $this->methods = array_merge($this->methods, $args); | 
| 143 | 143 | } | 
| 144 | -    public function getParams(){ | |
| 144 | +    public function getParams() { | |
| 145 | 145 | return $this->params; | 
| 146 | 146 | } | 
| 147 | 147 |      public function match($uri) { |