Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcorrea committed Mar 26, 2017
1 parent 71d1070 commit f35d29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"homepage": "https://github.com/phpzm/data",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"type": "package",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/Error/SimplesValidationError.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ class SimplesValidationError extends SimplesRunTimeError
*/
public function __construct(array $details = [], string $message = '')
{
parent::__construct('Validation error' . ($message ? 'in `' . $message . '`' : ''), $details);
parent::__construct('Validation error' . ($message ? ' in `' . $message . '`' : ''), $details);
}
}

0 comments on commit f35d29c

Please sign in to comment.