Passed
Pull Request — master (#1)
by Alex
05:08 queued 02:28
created
src/Factory/Listener/ListenerRegistrationTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
                 $priority = 1;
49 49
 
50 50
                 if (is_array($listener)) {
51
-                    $priority = isset($listener['priority']) ? (int)$listener['priority'] : $priority;
51
+                    $priority = isset($listener['priority']) ? (int) $listener['priority'] : $priority;
52 52
                     $listener = $listener['listener'] ?? null;
53 53
                 }
54 54
 
Please login to merge, or discard this patch.