@@ -103,7 +103,6 @@ discard block |
||
| 103 | 103 | /** |
| 104 | 104 | * Creates a new Module instance |
| 105 | 105 | * |
| 106 | - * @param Container $app |
|
| 107 | 106 | * @param $name |
| 108 | 107 | * @param $path |
| 109 | 108 | * @return \Nwidart\Modules\Module |
@@ -425,7 +424,7 @@ discard block |
||
| 425 | 424 | /** |
| 426 | 425 | * Get a specific config data from a configuration file. |
| 427 | 426 | * |
| 428 | - * @param $key |
|
| 427 | + * @param string $key |
|
| 429 | 428 | * |
| 430 | 429 | * @param null $default |
| 431 | 430 | * @return mixed |
@@ -614,7 +613,7 @@ discard block |
||
| 614 | 613 | /** |
| 615 | 614 | * Get stub path. |
| 616 | 615 | * |
| 617 | - * @return string|null |
|
| 616 | + * @return string|boolean |
|
| 618 | 617 | */ |
| 619 | 618 | public function getStubPath() |
| 620 | 619 | { |