Skip to content

Commit dfaa5f2

Browse files
authored
[Validator] Made the code sample more explicit with accepted values
1 parent c6b6107 commit dfaa5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ you can do the following:
207207
* }
208208
* )
209209
*/
210-
protected $profileData = ['personal_email'];
210+
protected $profileData = ['personal_email' => 'email@example.com'];
211211
}
212212
213213
.. code-block:: yaml

0 commit comments

Comments
 (0)