Skip to content

Commit 3f8f0f7

Browse files
authored
Update README.md
1 parent 6361e5b commit 3f8f0f7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ found on http://www.simplecloud.info/ website.
1616
$parser = new Parser();
1717
$node = $parser->parse('userType eq "Employee" and (emails co "example.com" or emails.value co "example.org")');
1818
/*
19-
walk the node...
20-
Conjunction = {
21-
ComparisonExpression => userType eq Employee
22-
Disjunction => {
23-
ComparisonExpression => emails co example.com
24-
ComparisonExpression => emails.value co example.org
25-
}
19+
walk the node...
20+
21+
Conjunction = {
22+
ComparisonExpression => userType eq Employee
23+
Disjunction => {
24+
ComparisonExpression => emails co example.com
25+
ComparisonExpression => emails.value co example.org
2626
}
27+
}
2728
*/
2829
```
2930

0 commit comments

Comments
 (0)