Passed
Push — master ( 723774...35250d )
by Cesar
02:23
created
src/ErrorHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     /**
32 32
      * Call function if roteted catch any Exception.
33 33
      */
34
-    public function catch(Closure $callable): self
34
+    public function catch (Closure $callable): self
35 35
     {
36 36
         $this->catchCallable = $callable;
37 37
 
Please login to merge, or discard this patch.