@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | throw new UnexpectedTypeException($value, 'string'); |
40 | 40 | } |
41 | 41 | |
42 | - $value = (string)$value; |
|
42 | + $value = (string) $value; |
|
43 | 43 | |
44 | 44 | if (null === $constraint->strict) { |
45 | 45 | $constraint->strict = false; |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | } |
82 | 82 | } |
83 | 83 | |
84 | - $host = (string)substr($value, strrpos($value, '@') + 1); |
|
84 | + $host = (string) substr($value, strrpos($value, '@') + 1); |
|
85 | 85 | |
86 | 86 | // Check for host DNS resource records |
87 | 87 | if ($constraint->checkMX) { |