From 46e7fc89b469a774fa26a89b5124306fa0ea258e Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sat, 4 Aug 2018 22:01:07 +0200 Subject: Fixed tests after #431: Hotfix php7 syntax error --- src/Exceptions/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Exceptions') diff --git a/src/Exceptions/Handler.php b/src/Exceptions/Handler.php index f737bdd0..6b3300e6 100644 --- a/src/Exceptions/Handler.php +++ b/src/Exceptions/Handler.php @@ -76,7 +76,7 @@ class Handler protected function terminateApplicationImmediately($message = '') { echo $message; - die(); + die(1); } /** -- cgit v1.2.3-54-g00ecf