Hotfix php7 syntax error

This commit is contained in:
Jens Brandt 2018-05-10 15:29:32 +02:00
parent ae4dbf95ba
commit 28fadbd19d
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ class Handler
$handler = $this->handler[$this->environment]; $handler = $this->handler[$this->environment];
$handler->report($e); $handler->report($e);
$handler->render($this->request, $e); $handler->render($this->request, $e);
$this->die(); $this->stirb();
} }
/** /**
@ -73,7 +73,7 @@ class Handler
* @codeCoverageIgnore * @codeCoverageIgnore
* @param string $message * @param string $message
*/ */
protected function die($message = '') protected function stirb($message = '')
{ {
echo $message; echo $message;
die(); die();