Passed
Pull Request — master (#5)
by Francis
01:36
created
src/Plugin/SharedLoggerTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      * @param Stringable|string $message The message to log.
34 34
      * @param array $context Further information about the context of the log message.
35 35
      */
36
-    protected function log($level, Stringable|string $message, array $context = [])
36
+    protected function log($level, Stringable | string $message, array $context = [])
37 37
     {
38 38
         $logger = null;
39 39
         if (isset($this->logger)) {
Please login to merge, or discard this patch.