Skip to content

Commit 96ea401

Browse files
authored
Update README.md
1 parent 5c8ee3d commit 96ea401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class MatcherTest extends TestCase
135135
* ``isNotEmpty()``
136136
* ``lowerThan($boundry)``
137137
* ``greaterThan($boundry)``
138-
* ``inArray($value)``
138+
* ``inArray($value)`` - example ``"@[email protected](\"ROLE_USER\")"``
139139
* ``hasProperty($propertyName)`` - example ``"@[email protected](\"property_name\")"``
140140
* ``oneOf(...$expanders)`` - example ``"@[email protected](contains('foo'), contains('bar'), contains('baz'))"``
141141
* ``matchRegex($regex)`` - example ``"@[email protected]('/^lorem.+/')"``

0 commit comments

Comments
 (0)