Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanshoover committed Feb 28, 2019
1 parent 544b855 commit ea8ca0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Handlers/ErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ public function handle()

parent::handle();

if (!is_null($this->previous_handler)) {
if (!is_null($this->previousHandler)) {
$stop_processing = call_user_func(
$this->previous_handler,
$this->previousHandler,
$errno,
$errstr,
$errfile,
Expand Down

0 comments on commit ea8ca0d

Please sign in to comment.