Fix indention

This commit is contained in:
Dennis Eichhorn 2018-07-29 21:37:09 +02:00
parent 8f3c90718f
commit 47dfb029f7

View File

@ -119,7 +119,7 @@ interface LoggerInterface
/**
* Logs with an arbitrary level.
*
* @param string $level Log level/severeness
* @param string $level Log level/severeness
* @param string $message Logging message schema
* @param array<string, mixed> $context Context to log
*