@@ -35,7 +35,7 @@ |
||
| 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; |
@@ -57,7 +57,7 @@ |
||
| 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 | } |