Skip to content

Commit

Permalink
PSR-2 format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed Aug 20, 2017
1 parent f3ed70c commit 77bbf8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/EmailValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ public function __construct(
EmailAddress $emailAddress,
ValidationResults $validationResults,
EmailDataProviderInterface $emailDataProvider
)
{
) {
$this->emailAddress = $emailAddress;
$this->validationResults = $validationResults;
$this->emailDataProvider = $emailDataProvider;
Expand Down

0 comments on commit 77bbf8a

Please sign in to comment.