Skip to content

Commit

Permalink
Merge 58e8970 into fcdfdf1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Aug 2, 2013
2 parents fcdfdf1 + 58e8970 commit e46818e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Athletic/Athletic.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ private function setupErrorHandler()
$handler = $this['errorHandler'];

set_exception_handler(array($handler, 'handleException'));
set_error_handler(array($handler, 'handleError'));
}
}

0 comments on commit e46818e

Please sign in to comment.