@@ -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 | );  |