Passed
Push — master ( ef3906...880016 )
by Felipe
01:43
created
src/Handler/DebugHandler.php 1 patch
Spacing   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -38,11 +38,10 @@
 block discarded – undo
38 38
      * @param \Throwable $throwable
39 39
      * @return int|null
40 40
      */
41
-    public function __invoke(\Throwable $throwable): ?int
41
+    public function __invoke(\Throwable $throwable): ? int
42 42
     {
43 43
         DebugHelper::export($throwable, $this->pretty);
44 44
 
45
-        return $this->exit ? $throwable->getCode() :
46
-            null;
45
+        return $this->exit ? $throwable->getCode() : null;
47 46
     }
48 47
 }
49 48
\ No newline at end of file
Please login to merge, or discard this patch.