@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |
| 62 | - * @return mixed |
|
| 62 | + * @return string |
|
| 63 | 63 | */ |
| 64 | 64 | protected function getTemplateContents() |
| 65 | 65 | { |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | } |
| 74 | 74 | |
| 75 | 75 | /** |
| 76 | - * @return mixed |
|
| 76 | + * @return string |
|
| 77 | 77 | */ |
| 78 | 78 | protected function getDestinationFilePath() |
| 79 | 79 | { |
@@ -92,7 +92,7 @@ discard block |
||
| 92 | 92 | /** |
| 93 | 93 | * Get scanned modules paths. |
| 94 | 94 | * |
| 95 | - * @return array |
|
| 95 | + * @return string[] |
|
| 96 | 96 | */ |
| 97 | 97 | public function getScanPaths() |
| 98 | 98 | { |
@@ -402,7 +402,7 @@ discard block |
||
| 402 | 402 | /** |
| 403 | 403 | * Get module path for a specific module. |
| 404 | 404 | * |
| 405 | - * @param $module |
|
| 405 | + * @param string $module |
|
| 406 | 406 | * |
| 407 | 407 | * @return string |
| 408 | 408 | */ |
@@ -430,7 +430,7 @@ discard block |
||
| 430 | 430 | /** |
| 431 | 431 | * Get a specific config data from a configuration file. |
| 432 | 432 | * |
| 433 | - * @param $key |
|
| 433 | + * @param string $key |
|
| 434 | 434 | * |
| 435 | 435 | * @param null $default |
| 436 | 436 | * @return mixed |
@@ -471,7 +471,7 @@ discard block |
||
| 471 | 471 | /** |
| 472 | 472 | * Get module used for cli session. |
| 473 | 473 | * |
| 474 | - * @return string |
|
| 474 | + * @return Module |
|
| 475 | 475 | */ |
| 476 | 476 | public function getUsedNow() |
| 477 | 477 | { |
@@ -481,7 +481,7 @@ discard block |
||
| 481 | 481 | /** |
| 482 | 482 | * Get used now. |
| 483 | 483 | * |
| 484 | - * @return string |
|
| 484 | + * @return Module |
|
| 485 | 485 | */ |
| 486 | 486 | public function getUsed() |
| 487 | 487 | { |
@@ -555,7 +555,7 @@ discard block |
||
| 555 | 555 | * |
| 556 | 556 | * @param string $name |
| 557 | 557 | * |
| 558 | - * @return bool |
|
| 558 | + * @return boolean|null |
|
| 559 | 559 | */ |
| 560 | 560 | public function enable($name) |
| 561 | 561 | { |
@@ -567,7 +567,7 @@ discard block |
||
| 567 | 567 | * |
| 568 | 568 | * @param string $name |
| 569 | 569 | * |
| 570 | - * @return bool |
|
| 570 | + * @return boolean|null |
|
| 571 | 571 | */ |
| 572 | 572 | public function disable($name) |
| 573 | 573 | { |
@@ -90,7 +90,7 @@ |
||
| 90 | 90 | /** |
| 91 | 91 | * Get matches data from regex. |
| 92 | 92 | * |
| 93 | - * @return array |
|
| 93 | + * @return string[] |
|
| 94 | 94 | */ |
| 95 | 95 | public function getMatches() |
| 96 | 96 | { |