@@ -453,7 +453,7 @@ discard block |
||
453 | 453 | |
454 | 454 | /** |
455 | 455 | * Writes a message to the output and adds a newline at the end. |
456 | - * @param string|array $message |
|
456 | + * @param string $message |
|
457 | 457 | */ |
458 | 458 | function writeln($message) |
459 | 459 | { |
@@ -516,7 +516,7 @@ discard block |
||
516 | 516 | * Get configuration value. |
517 | 517 | * |
518 | 518 | * @param string $name |
519 | - * @param mixed|null $default |
|
519 | + * @param boolean $default |
|
520 | 520 | * @return mixed |
521 | 521 | */ |
522 | 522 | function get($name, $default = null) |
@@ -20,8 +20,6 @@ |
||
20 | 20 | * 2. array values are extended uniquely if all keys are numeric |
21 | 21 | * 3. all other array values are merged |
22 | 22 | * |
23 | - * @param array $a |
|
24 | - * @param array $b |
|
25 | 23 | * @return array |
26 | 24 | * @see http://stackoverflow.com/a/36366886/6812729 |
27 | 25 | */ |
@@ -21,11 +21,6 @@ |
||
21 | 21 | require __DIR__ . '/deploy/copy_dirs.php'; |
22 | 22 | require __DIR__ . '/deploy/rollback.php'; |
23 | 23 | |
24 | -use Deployer\Server\SSHPipeInterface; |
|
25 | -use Deployer\Task\Context; |
|
26 | -use Symfony\Component\Console\Input\InputArgument; |
|
27 | -use Symfony\Component\Console\Input\InputOption; |
|
28 | - |
|
29 | 24 | /** |
30 | 25 | * Configuration |
31 | 26 | */ |