Skip to content

Commit

Permalink
README.md fixed SCIM filter version example
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos committed Dec 23, 2016
1 parent c46d542 commit 4aee024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ constructor argument. In v1 mode it will throw syntax errors when brackets are e
```php
<?php
$parser = new Parser(Mode::FILTER, Version::V1());
$parser->parse('members.value'); // throws ParseException - Col 8: Expected SP, but got end of string
$parser->parse('emails[type eq "work"]'); // throws ParseException - Col 6: Expected SP, got '['
```

0 comments on commit 4aee024

Please sign in to comment.