@@ -377,7 +377,7 @@ discard block |
||
377 | 377 | /** |
378 | 378 | * Get module path for a specific module. |
379 | 379 | * |
380 | - * @param $module |
|
380 | + * @param string $module |
|
381 | 381 | * |
382 | 382 | * @return string |
383 | 383 | */ |
@@ -405,9 +405,9 @@ discard block |
||
405 | 405 | /** |
406 | 406 | * Get a specific config data from a configuration file. |
407 | 407 | * |
408 | - * @param $key |
|
408 | + * @param string $key |
|
409 | 409 | * |
410 | - * @param null $default |
|
410 | + * @param string $default |
|
411 | 411 | * @return mixed |
412 | 412 | */ |
413 | 413 | public function config($key, $default = null) |
@@ -607,7 +607,7 @@ discard block |
||
607 | 607 | /** |
608 | 608 | * Get stub path. |
609 | 609 | * |
610 | - * @return string|null |
|
610 | + * @return string|boolean |
|
611 | 611 | */ |
612 | 612 | public function getStubPath() |
613 | 613 | { |