Passed
Push — master ( 999440...9f95fb )
by Dedipyaman
01:40
created
src/Validator/EmailValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 class EmailValidator extends AbstractValidator
11 11
 {
12
-    public function validate($email, $options = []): Result
12
+    public function validate($email, $options = [ ]): Result
13 13
     {
14 14
         if (filter_var($email, FILTER_VALIDATE_EMAIL)) {
15 15
             return $this->success();
Please login to merge, or discard this patch.