Passed
Push — master ( 5f9e30...9e7e6b )
by Dedipyaman
02:07
created
src/Validator/EmailValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
 class EmailValidator extends AbstractValidator
12 12
 {
13
-    public function getResult($email, $options = []): Result
13
+    public function getResult($email, $options = [ ]): Result
14 14
     {
15 15
         $this->validated = true;
16 16
 
Please login to merge, or discard this patch.