Skip to content

Commit

Permalink
Respect PSR-3
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-georgiev authored Aug 29, 2019
1 parent f46bdbc commit b8ab088
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 b8ab088

Please sign in to comment.