Completed
Push — master ( 7e40db...e89e82 )
by Korotkov
03:00 queued 01:28
created
src/Chain.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     {
29 29
         $handler = new $this->chain[0]();
30 30
         array_shift($this->chain);
31
-        !isset($this->chain) ?: $handler->request($event, $this->chain) ;
31
+        !isset($this->chain) ?: $handler->request($event, $this->chain);
32 32
     }
33 33
 
34 34
     /**
Please login to merge, or discard this patch.