Passed
Push — master ( 68bcea...c33af3 )
by Felipe
05:11 queued 03:31
created
src/Handler/DebugHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 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
 
Please login to merge, or discard this patch.