Passed
Push — master ( 4e3c19...6e35e1 )
by Fabio
06:44 queued 01:59
created
framework/Exceptions/TException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.