Skip to content

Commit

Permalink
Update TrimParser.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval authored Feb 15, 2017
1 parent 67ab5ef commit 2d21825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TrimParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function __construct(Config $config, $name, $value, $trimType)

protected function describe()
{
return "a valid email address";
return "a text string";
}

protected function parse($value)
Expand Down

0 comments on commit 2d21825

Please sign in to comment.