Passed
Push — master ( 1ebd3c...3f0509 )
by Gabor
04:18
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.
src/WebHemi/Renderer/ThemeCheckTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      * @param string $selectedTheme
33 33
      * @return string
34 34
      */
35
-    protected function getSelectedThemeResourcePath(string &$selectedTheme) : string
35
+    protected function getSelectedThemeResourcePath(string&$selectedTheme) : string
36 36
     {
37 37
         $selectedTheme = $this->environmentManager->getSelectedTheme();
38 38
         $selectedThemeResourcePath = $this->environmentManager->getResourcePath();
Please login to merge, or discard this patch.