| @@ -173,7 +173,7 @@ discard block | ||
| 173 | 173 | /** | 
| 174 | 174 | * Getter to access to the errors instance | 
| 175 | 175 | * | 
| 176 | - * @return \BFW\Errors | |
| 176 | + * @return Core\Errors | |
| 177 | 177 | */ | 
| 178 | 178 | public function getErrors() | 
| 179 | 179 |      { | 
| @@ -225,7 +225,7 @@ discard block | ||
| 225 | 225 | /** | 
| 226 | 226 | * Getter to access to the options system | 
| 227 | 227 | * | 
| 228 | - * @return mixed | |
| 228 | + * @return Core\Options | |
| 229 | 229 | */ | 
| 230 | 230 | public function getOptions() | 
| 231 | 231 |      { | 
| @@ -267,7 +267,7 @@ discard block | ||
| 267 | 267 | * | 
| 268 | 268 | * @param array $options Options passed to application | 
| 269 | 269 | * | 
| 270 | - * @return void | |
| 270 | + * @return Application | |
| 271 | 271 | */ | 
| 272 | 272 | public function initSystem($options) | 
| 273 | 273 |      { | 
| @@ -20,6 +20,6 @@ | ||
| 20 | 20 | Logger::DEBUG | 
| 21 | 21 | ] | 
| 22 | 22 | ] | 
| 23 | - */ | |
| 23 | + */ | |
| 24 | 24 | ] | 
| 25 | 25 | ]; |