Skip to content

Commit

Permalink
Merge pull request #4 from mmjurov/fix-declaration
Browse files Browse the repository at this point in the history
Fix declaration of \Bex\Monolog\ExceptionHandlerLog::write according to the last bitrix version (16.5.6)
  • Loading branch information
niksamokhvalov authored Oct 14, 2016
2 parents 9d64e4a + f37747a commit 112d652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ The result in the Control Panel of Bitrix:
## Requirements

* PHP >= 5.3
* Bitrix CMS >= 15.0.2
* Bitrix CMS >= 16.5.6
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 112d652

Please sign in to comment.