Passed
Branch master (73b22f)
by Runner
02:48
created
Category
src/Blueprint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
      */
154 154
     protected function eventListener($method): Closure
155 155
     {
156
-        return function (Event $event) use ($method) {
156
+        return function(Event $event) use ($method) {
157 157
             return call_user_func([$this, $method], $event->getStateful(), $event->getParameters());
158 158
         };
159 159
     }
Please login to merge, or discard this patch.