Completed
Push — master ( bbae5a...a50e15 )
by Vasil
03:51 queued 01:43
created
src/Validator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
      */
70 70
     public function isValid($value)
71 71
     {
72
-        if (!preg_match('/^' . static::$regexes[$this->code] . '$/', $value)) {
72
+        if (!preg_match('/^'.static::$regexes[$this->code].'$/', $value)) {
73 73
             return false;
74 74
         }
75 75
 
Please login to merge, or discard this patch.