Completed
Push — master ( 644cda...0eeac7 )
by satoru
12s
created
src/Validation/ApollonValidation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,7 +305,7 @@
 block discarded – undo
305 305
      */
306 306
     public static function emailNonRfc($check)
307 307
     {
308
-        $regex = '/^[\.a-z0-9!#$%&\'*+\/=?^_`{|}~-]+@' . self::$_pattern['hostname'] . '$/ui';
308
+        $regex = '/^[\.a-z0-9!#$%&\'*+\/=?^_`{|}~-]+@'.self::$_pattern['hostname'].'$/ui';
309 309
         return self::_check($check, $regex);
310 310
     }
311 311
 }
Please login to merge, or discard this patch.