Test Failed
Push — master ( b5485e...f1bbc8 )
by Gabor
06:06
created
src/WebHemi/Renderer/Filter/TagParserFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
      * @param string $text
109 109
      * @return $this
110 110
      */
111
-    private function getCurrentUri(string &$text)
111
+    private function getCurrentUri(string&$text)
112 112
     {
113 113
         $uri = rtrim($this->environmentManager->getRequestUri(), '/');
114 114
         $text = str_replace('[URL]', $uri, $text);
Please login to merge, or discard this patch.