Completed
Push — master ( ffb05d...9a0418 )
by Tsukasa
15s queued 13s
created
src/Validation/ApollonValidation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -370,7 +370,7 @@
 block discarded – undo
370 370
      */
371 371
     public static function emailNonRfc($check): bool
372 372
     {
373
-        $regex = '/^[\.a-z0-9!#$%&\'*+\/=?^_`{|}~-]+@' . self::$_pattern['hostname'] . '$/ui';
373
+        $regex = '/^[\.a-z0-9!#$%&\'*+\/=?^_`{|}~-]+@'.self::$_pattern['hostname'].'$/ui';
374 374
         return self::_check($check, $regex);
375 375
     }
376 376
 
Please login to merge, or discard this patch.