@@ -20,7 +20,7 @@ |
||
| 20 | 20 | */ |
| 21 | 21 | public function hasReplaceCommandHook() |
| 22 | 22 | { |
| 23 | - return (bool) count($this->getReplaceCommandHooks()); |
|
| 23 | + return (bool)count($this->getReplaceCommandHooks()); |
|
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | /** |
@@ -72,6 +72,9 @@ |
||
| 72 | 72 | $options->setWidth($width); |
| 73 | 73 | } |
| 74 | 74 | |
| 75 | + /** |
|
| 76 | + * @return CommandData |
|
| 77 | + */ |
|
| 75 | 78 | protected function getTerminalWidth() |
| 76 | 79 | { |
| 77 | 80 | // Don't wrap if wrapping has been disabled. |