Completed
Push — master ( 94944b...7e3ecd )
by dan
02:38
created
Channel/EventChannel.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,8 +72,7 @@
 block discarded – undo
72 72
         try {
73 73
             if (!empty($this->dispatchers[$dispatcherKey])) {
74 74
                 $this->dispatchers[$dispatcherKey]->dispatch($message);
75
-            }
76
-            else {
75
+            } else {
77 76
                 throw new MessageDispatchException(
78 77
                     sprintf('No dispatcher available with key "%s"', $dispatcherKey)
79 78
                 );
Please login to merge, or discard this patch.