@@ -108,7 +108,7 @@ |
||
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); |