@@ -140,6 +140,6 @@ |
||
| 140 | 140 | if (!$this->isLink()) { |
| 141 | 141 | throw new RuntimeException('Not a symbolic link: ' . $this->path); |
| 142 | 142 | } |
| 143 | - return (string)readlink($this->path); |
|
| 143 | + return (string) readlink($this->path); |
|
| 144 | 144 | } |
| 145 | 145 | } |
@@ -246,7 +246,7 @@ discard block |
||
| 246 | 246 | $io = new DefaultIO($input, $output); |
| 247 | 247 | $io->askAndValidate( |
| 248 | 248 | 'foo', |
| 249 | - function () { |
|
| 249 | + function() { |
|
| 250 | 250 | return true; |
| 251 | 251 | } |
| 252 | 252 | ); |
@@ -288,7 +288,7 @@ discard block |
||
| 288 | 288 | $io = new DefaultIO($input, $output, $helper); |
| 289 | 289 | $answer = $io->askAndValidate( |
| 290 | 290 | 'foo', |
| 291 | - function () { |
|
| 291 | + function() { |
|
| 292 | 292 | return true; |
| 293 | 293 | } |
| 294 | 294 | ); |