Passed
Push — master ( 86c3d2...1ebd3c )
by Gabor
07:26
created
src/WebHemi/Adapter/Renderer/Twig/TwigExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
         $config = [];
100 100
 
101 101
         if ($this->configuration->has('renderer/Global/'.$type)) {
102
-            $config = $this->configuration->getData('renderer/Global/' . $type);
102
+            $config = $this->configuration->getData('renderer/Global/'.$type);
103 103
         }
104 104
 
105 105
         if ($this->configuration->has('renderer/'.$module.'/'.$type)) {
Please login to merge, or discard this patch.