Passed
Push — master ( de7969...0d30a7 )
by Sebastian
02:09
created
tests/CaptainHook/Console/IO/DefaultIOTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.