Passed
Push — master ( 69e73b...78f1df )
by Cesar
02:16
created
src/ErrorHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     /**
12 12
      * Call function if roteted catch any Exception.
13 13
      */
14
-    public function catch(callable $callable): self
14
+    public function catch (callable $callable): self
15 15
     {
16 16
         $this->catchCallable = $callable;
17 17
 
Please login to merge, or discard this patch.