Skip to content

Commit

Permalink
Fixed Array to string conversion in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayne committed Oct 6, 2016
1 parent c22ddf9 commit 75a669b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/subject-filter.md
Expand Up @@ -68,7 +68,7 @@ $success = $filter->apply($subject);
if (! $success) {
// get the failures
$failures = $filter->getFailures();
echo $failures->getMessages();
var_dump($failures->getMessages());
}
```

Expand Down

0 comments on commit 75a669b

Please sign in to comment.