Skip to content

Commit 351c645

Browse files
committed
minor #13990 [Validator] Made the code sample more explicit with accepted values (lyrixx)
This PR was merged into the 3.4 branch. Discussion ---------- [Validator] Made the code sample more explicit with accepted values I'm not sure, I did not tested it, but it looks like the previous code sample was wrong Commits ------- dfaa5f2 [Validator] Made the code sample more explicit with accepted values
2 parents c4df09f + dfaa5f2 commit 351c645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Collection.rst

+1-1
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)