Passed
Push — master ( bffbb7...bd72d4 )
by 世昌
02:18
created
nebula/component/debug/Debug.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.