Skip to content

Commit

Permalink
Merge pull request #722 from martin-georgiev/master
Browse files Browse the repository at this point in the history
Make LoggerInterface::error compatible with its PSR-3 counterpart
  • Loading branch information
ob-stripe authored Aug 29, 2019
2 parents f46bdbc + b8ab088 commit fc12651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Util/LoggerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interface LoggerInterface
*
* @param string $message
* @param array $context
* @return null
* @return void
*/
public function error($message, array $context = []);
}

0 comments on commit fc12651

Please sign in to comment.