rename hotfix to camelCase
This commit is contained in:
parent
cfc2493bb5
commit
4a5ef5f98a
|
@ -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->terminate_application_immediately();
|
$this->terminateApplicationImmediately();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -73,7 +73,7 @@ class Handler
|
||||||
* @codeCoverageIgnore
|
* @codeCoverageIgnore
|
||||||
* @param string $message
|
* @param string $message
|
||||||
*/
|
*/
|
||||||
protected function terminate_application_immediately($message = '')
|
protected function terminateApplicationImmediately($message = '')
|
||||||
{
|
{
|
||||||
echo $message;
|
echo $message;
|
||||||
die();
|
die();
|
||||||
|
|
Loading…
Reference in New Issue