Passed
Push — master ( c4db50...f768fd )
by Michał
02:54
created
DependencyInjection/MonologSentryExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.
DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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()
Please login to merge, or discard this patch.