@@ -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; |
@@ -29,7 +29,7 @@ |
||
29 | 29 | /** |
30 | 30 | * Getter to access to the run step array |
31 | 31 | * |
32 | - * @return array |
|
32 | + * @return \stdClass[] |
|
33 | 33 | */ |
34 | 34 | public function getRunSteps() |
35 | 35 | { |