Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3679' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Logger implements LoggerInterface
* - exceptionhandler: if true register this logger as exceptionhandler
* - errorhandler: if true register this logger as errorhandler
*
* @param array|\Traversable $options
* @param array|Traversable $options
* @return Logger
* @throws Exception\InvalidArgumentException
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Writer/AbstractWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ abstract class AbstractWriter implements WriterInterface
* - filters: array of filters to add to this filter
* - formatter: formatter for this writer
*
* @param array|\Traversable $options
* @param array|Traversable $options
* @return Logger
* @throws Exception\InvalidArgumentException
*/
Expand Down

0 comments on commit 2ef7274

Please sign in to comment.