@@ -339,7 +339,7 @@ |
||
339 | 339 | */ |
340 | 340 | protected static function removeDirectory($dirPath) |
341 | 341 | { |
342 | - $calledClass = get_called_class(); //Autorize extends this class |
|
342 | + $calledClass = get_called_class(); //Autorize extends this class |
|
343 | 343 | |
344 | 344 | $dir = opendir($dirPath); |
345 | 345 | if ($dir === false) { |
@@ -199,7 +199,7 @@ |
||
199 | 199 | * End "en" (preference 0.4/1) |
200 | 200 | **/ |
201 | 201 | |
202 | - $acceptLanguage = $this->serverValue('HTTP_ACCEPT_LANGUAGE'); |
|
202 | + $acceptLanguage = $this->serverValue('HTTP_ACCEPT_LANGUAGE'); |
|
203 | 203 | if (empty($acceptLanguage)) { |
204 | 204 | $this->lang = ''; |
205 | 205 | return; |
@@ -200,7 +200,7 @@ |
||
200 | 200 | * |
201 | 201 | * @return boolean|array |
202 | 202 | */ |
203 | - public static function getopt($options , $longopts = []) |
|
203 | + public static function getopt($options, $longopts = []) |
|
204 | 204 | { |
205 | 205 | if (strpos($options, 'f:') === false) { |
206 | 206 | $options .= 'f:'; |