@@ -56,7 +56,7 @@ |
||
56 | 56 | array_shift($args); |
57 | 57 | $n = count($args); |
58 | 58 | $previous = null; |
59 | - if($n > 0 && ($args[$n - 1] instanceof Throwable)) { |
|
59 | + if ($n > 0 && ($args[$n - 1] instanceof Throwable)) { |
|
60 | 60 | $previous = array_pop($args); |
61 | 61 | $n--; |
62 | 62 | } |