Passed
Push — master ( 70c101...2ac467 )
by Martin
01:56
created
src/Record.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,8 @@
 block discarded – undo
45 45
       array $context
46 46
     ) {
47 47
         $this->datetime = $datetime;
48
-        $this->message = (string)$message;
49
-        $this->level = (string)$level;
48
+        $this->message = (string) $message;
49
+        $this->level = (string) $level;
50 50
         $this->context = $context;
51 51
     }
52 52
 
Please login to merge, or discard this patch.