Passed
Branch main (1d978d)
by ANDREY
10:17 queued 07:57
created
src/VPA/Logger/ConsoleLogger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * @param array $context
30 30
      * @return void
31 31
      */
32
-    public function log(mixed $level, string|\Stringable $message, array $context = []): void
32
+    public function log(mixed $level, string | \Stringable $message, array $context = []): void
33 33
     {
34 34
         $text = $this->interpolate($message, $context);
35 35
         $color = '1;37';
Please login to merge, or discard this patch.