Completed
Push — develop ( 03436e...e382f7 )
by Paul
01:59
created
src/Exception/ExceptionCatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     /**
46 46
      * {@inheritdoc}
47 47
      */
48
-    public function catch(Exception $exception, string $path): void
48
+    public function catch (Exception $exception, string $path): void
49 49
     {
50 50
         if ($this->config->hasIgnore()
51 51
             && $exception instanceof IgnorableException
Please login to merge, or discard this patch.