make this publically available for other classes to call

This commit is contained in:
Adam Vercimak
2015-08-07 15:16:51 -05:00
parent cfe9ce209d
commit 60e76f99b4
+1 -1
View File
@@ -395,7 +395,7 @@ class Run
return $this;
}
private static function isLevelFatal($level)
public static function isLevelFatal($level)
{
$errors = E_ERROR;
$errors |= E_PARSE;