Completed
Push — master ( 66c5f8...b64569 )
by Paweł
05:15
created
src/Domain/Model/Email.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      */
13 13
     public function __construct($address)
14 14
     {
15
-        if(!filter_var($address, FILTER_VALIDATE_EMAIL)){
15
+        if (!filter_var($address, FILTER_VALIDATE_EMAIL)) {
16 16
             throw new \InvalidArgumentException('Invalid email address');
17 17
         }
18 18
 
Please login to merge, or discard this patch.