Skip to content

Commit

Permalink
Merge pull request #1 from tabsl/patch-1
Browse files Browse the repository at this point in the history
change docs
  • Loading branch information
proudcommerce committed Nov 13, 2017
2 parents 90bfe21 + 7330ce1 commit f45b760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Core/Exception/ExceptionHandler.php
Expand Up @@ -107,7 +107,7 @@ public function getLogFileName()
/**
* Handler for uncaught exceptions. As this is the las resort no fancy business logic should be applied here.
*
* @param $exception throwable object
* @param $exception throwable
*
* @return void
**/
Expand Down Expand Up @@ -189,7 +189,7 @@ public function displayOfflinePage()
/**
* Print a debug message to the screen.
*
* @param throwable $exception The exception to be treated
* @param throwable $exception
* @param bool $logWritten True, if an entry was written to the log file
*
* @return null
Expand Down

0 comments on commit f45b760

Please sign in to comment.