Merge branch 'hotfix/move-is-level-fatal' of https://github.com/Vmak11/whoops into bugfix/fix-issue-with-stacktrace

This commit is contained in:
Adam Vercimak
2015-08-13 16:55:31 -05:00
+1 -1
View File
@@ -46,7 +46,7 @@ class Misc
* Determine if an error level is fatal (halts execution)
*
* @param int $level
* @return boolean
* @return bool
*/
public static function isLevelFatal($level)
{