Completed
Push — master ( ca569e...0176ce )
by Théo
02:01
created
src/VersionParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.