Passed
Push — master ( 48af76...788ee1 )
by Enjoys
08:09
created
src/Parse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
  *
36 36
  * @author Enjoys
37 37
  */
38
-abstract class Parse implements ParseInterface,  \Psr\Log\LoggerAwareInterface
38
+abstract class Parse implements ParseInterface, \Psr\Log\LoggerAwareInterface
39 39
 {
40 40
     use Options;
41 41
     use \Psr\Log\LoggerAwareTrait;
Please login to merge, or discard this patch.
src/Logger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     private static function context2replacements($context): \Generator
58 58
     {
59 59
         foreach ($context as $key => $value) {
60
-            yield '{' . $key . '}' => $value;
60
+            yield '{'.$key.'}' => $value;
61 61
         }
62 62
     }
63 63
 }
Please login to merge, or discard this patch.