@@ -87,7 +87,7 @@ |
||
| 87 | 87 | */ |
| 88 | 88 | public function apply($input) |
| 89 | 89 | { |
| 90 | - return (string) Multiline::create($input)->setEol($this); |
|
| 90 | + return (string)Multiline::create($input)->setEol($this); |
|
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | /** |
@@ -84,7 +84,7 @@ |
||
| 84 | 84 | /** |
| 85 | 85 | * getLastCommand returns the string last used by a previous call to `run()`. |
| 86 | 86 | * |
| 87 | - * @return string|null |
|
| 87 | + * @return string |
|
| 88 | 88 | */ |
| 89 | 89 | public function getLastCommand() |
| 90 | 90 | { |