Completed
Push — master ( 85a967...e71445 )
by Martin
03:32
created
src/Workflow.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
         $this->logger = $logger;
89 89
         $this->formatter = $formatter;
90 90
         $this->timezone = $timezone;
91
-        $this->name = (string)$name;
91
+        $this->name = (string) $name;
92 92
         $this->level = $level;
93 93
     }
94 94
 
Please login to merge, or discard this patch.
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.