Completed
Branch v4 (b2a7ba)
by Pieter
04:35
created
src/Plugins/IlluminateDispatcher/IlluminateDispatcherPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
 
124 124
         $event->setResources(
125 125
             new RewindableGenerator(
126
-                function () use (&$resources) {
126
+                function() use (&$resources) {
127 127
                     yield from $this->iterateList($resources);
128 128
                 }
129 129
             )
Please login to merge, or discard this patch.