@@ -247,7 +247,7 @@ |
||
247 | 247 | $io = new DefaultIO($this->fakeStdIn(), $input, $output, $helper); |
248 | 248 | $answer = $io->askAndValidate( |
249 | 249 | 'foo', |
250 | - function () { |
|
250 | + function() { |
|
251 | 251 | return true; |
252 | 252 | } |
253 | 253 | ); |