@@ -67,14 +67,14 @@ |
||
67 | 67 | ), $options); |
68 | 68 | } |
69 | 69 | |
70 | - /** |
|
71 | - * Describes an InputOption instance. |
|
72 | - * |
|
73 | - * @param \Syscodes\Components\Console\Input\InputOption $option The option implemented |
|
74 | - * @param array $options The options of the console |
|
75 | - * |
|
76 | - * @return void |
|
77 | - */ |
|
70 | + /** |
|
71 | + * Describes an InputOption instance. |
|
72 | + * |
|
73 | + * @param \Syscodes\Components\Console\Input\InputOption $option The option implemented |
|
74 | + * @param array $options The options of the console |
|
75 | + * |
|
76 | + * @return void |
|
77 | + */ |
|
78 | 78 | protected function describeOption(InputOption $option, array $options = []) |
79 | 79 | { |
80 | 80 | if ($option->isAcceptValue() && null !== $option->getDefault() && ( ! is_array($option->getDefault()) || count($option->getDefault()))) { |
@@ -90,7 +90,7 @@ |
||
90 | 90 | * |
91 | 91 | * @return string |
92 | 92 | */ |
93 | - public static function formatTime(int|float $secs) |
|
93 | + public static function formatTime(int | float $secs) |
|
94 | 94 | { |
95 | 95 | static $timeFormats = [ |
96 | 96 | [0, '< 1 sec'], |