Skip to content

Commit

Permalink
Update SpoofCheckValidation.php (#163)
Browse files Browse the repository at this point in the history
removing spaces
  • Loading branch information
masterwto authored and egulias committed Jan 16, 2018
1 parent a0e0fad commit 114b663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EmailValidator/Validation/SpoofCheckValidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SpoofCheckValidation implements EmailValidation
* @var InvalidEmail
*/
private $error;

public function __construct()
{
if (!class_exists(Spoofchecker::class)) {
Expand Down

0 comments on commit 114b663

Please sign in to comment.