Skip to content

Commit

Permalink
Fix CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenglish7 committed Mar 21, 2018
1 parent b8e1a31 commit e4bba06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Email/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function __construct(array $options = [])
if (!is_bool((bool) $val)) {
goto doError;
}
goto skipError;
goto skipError;
}
doError:
throw new InvalidArgumentException(\sprintf(
Expand Down

0 comments on commit e4bba06

Please sign in to comment.