Completed
Push — master ( dc3a45...f7b128 )
by Eser
02:11
created
src/Events/Delegate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     {
43 43
         $tNewInstance = new static();
44 44
 
45
-        return function (/* callable */ $uCallback = null, $uState = null, $uPriority = 10) use ($tNewInstance) {
45
+        return function(/* callable */ $uCallback = null, $uState = null, $uPriority = 10) use ($tNewInstance) {
46 46
             if ($uCallback !== null) {
47 47
                 $tNewInstance->subscribe($uCallback, $uState, $uPriority);
48 48
             }
Please login to merge, or discard this patch.