@@ -175,7 +175,7 @@ |
||
175 | 175 | if ($this->development($version)) { |
176 | 176 | return false; |
177 | 177 | } |
178 | - preg_match('{'.$this->modifier.'$}i', strtolower($version), $match); |
|
178 | + preg_match('{' . $this->modifier . '$}i', strtolower($version), $match); |
|
179 | 179 | if (!empty($match[3])) { |
180 | 180 | return false; |
181 | 181 | } |