Completed
Push — master ( ab5ddc...787d46 )
by Mathieu
39s queued 11s
created
src/Charcoal/App/Action/AbstractAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
                 break;
122 122
 
123 123
             case self::MODE_EVENT_STREAM:
124
-                $output = new CallbackStream(function () {
124
+                $output = new CallbackStream(function() {
125 125
                     return $this->results();
126 126
                 });
127 127
 
Please login to merge, or discard this patch.