@@ -68,7 +68,7 @@ |
||
68 | 68 | |
69 | 69 | if (\is_array($configs['tags'])) { |
70 | 70 | foreach ($configs['tags'] as $tag => ['value' => $value, 'name' => $name]) { |
71 | - $tagName = $name ?: (string)$tag; |
|
71 | + $tagName = $name ?: (string) $tag; |
|
72 | 72 | $container->setDefinition( |
73 | 73 | "dziki.monolog_sentry_bundle.{$tag}_appending_processor", |
74 | 74 | new Definition( |
@@ -28,7 +28,7 @@ |
||
28 | 28 | ->arrayPrototype() |
29 | 29 | ->beforeNormalization() |
30 | 30 | ->ifString() |
31 | - ->then(function ($value) { |
|
31 | + ->then(function($value) { |
|
32 | 32 | return array('value' => $value); |
33 | 33 | }) |
34 | 34 | ->end() |