summaryrefslogtreecommitdiff
path: root/src/Exceptions
diff options
context:
space:
mode:
authorJens Brandt <jens@brandt-george.de>2018-05-14 21:21:50 +0200
committerJens Brandt <jens@brandt-george.de>2018-05-14 21:21:50 +0200
commit4a5ef5f98a42ef68f9d9646aadedb7eb1c18f59e (patch)
tree071c097f9a1089a13346cf21c4bcbb543e7e2fcd /src/Exceptions
parentcfc2493bb54cb6600c8319d4c6dcdb691e7a832b (diff)
rename hotfix to camelCase
Diffstat (limited to 'src/Exceptions')
-rw-r--r--src/Exceptions/Handler.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Exceptions/Handler.php b/src/Exceptions/Handler.php
index aaba4e77..f737bdd0 100644
--- a/src/Exceptions/Handler.php
+++ b/src/Exceptions/Handler.php
@@ -64,7 +64,7 @@ class Handler
$handler = $this->handler[$this->environment];
$handler->report($e);
$handler->render($this->request, $e);
- $this->terminate_application_immediately();
+ $this->terminateApplicationImmediately();
}
/**
@@ -73,7 +73,7 @@ class Handler
* @codeCoverageIgnore
* @param string $message
*/
- protected function terminate_application_immediately($message = '')
+ protected function terminateApplicationImmediately($message = '')
{
echo $message;
die();