Completed
Pull Request — master (#3)
by Mihail
10:52
created
Log.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     /**
77 77
      * @var DateTimeZone Valid timezone for the message.
78 78
      */
79
-    private DateTimeZone|bool $timezone;
79
+    private DateTimeZone | bool $timezone;
80 80
 
81 81
     /**
82 82
      * @var Processor[] Hash with all registered log processors.
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
      *
167 167
      * @return string
168 168
      */
169
-    private function formatMessage(object|string $message, array $params = []): string
169
+    private function formatMessage(object | string $message, array $params = []): string
170 170
     {
171 171
         $replacements = [];
172 172
         foreach ($params as $k => $v) {
Please login to merge, or discard this patch.