@@ -8,7 +8,7 @@ |
||
| 8 | 8 | |
| 9 | 9 | class Debug implements LoggerInterface, LoggerAwareInterface |
| 10 | 10 | { |
| 11 | - use LoggerTrait,LoggerAwareTrait; |
|
| 11 | + use LoggerTrait, LoggerAwareTrait; |
|
| 12 | 12 | |
| 13 | 13 | public function log(string $level, string $message, array $context = []) |
| 14 | 14 | { |