Skip to content

Commit

Permalink
Fix declaration of \Bex\Monolog\ExceptionHandlerLog::write according …
Browse files Browse the repository at this point in the history
…to the last bitrix version (16.5.6)
  • Loading branch information
mmjurov committed Oct 13, 2016
1 parent 9d64e4a commit fe62b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExceptionHandlerLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function initialize(array $options)
/**
* {@inheritdoc}
*/
public function write(\Exception $exception, $logType)
public function write($exception, $logType)
{
foreach ($this->rules as $rule => $condition)
{
Expand Down

0 comments on commit fe62b37

Please sign in to comment.