File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ maxPropertyPath
370
370
371
371
The ``maxPropertyPath `` option was introduced in Symfony 4.4.
372
372
373
- It defines the object property whose value is used as `` max `` option.
373
+ It defines the object property whose value is used as `max `_ option.
374
374
375
375
For example, if you want to compare the ``$submittedDate `` property of some object
376
376
with regard to the ``$deadline `` property of the same object, use
@@ -417,7 +417,7 @@ minPropertyPath
417
417
418
418
The ``minPropertyPath `` option was introduced in Symfony 4.4.
419
419
420
- It defines the object property whose value is used as `` min `` option.
420
+ It defines the object property whose value is used as `min `_ option.
421
421
422
422
For example, if you want to compare the ``$endDate `` property of some object
423
423
with regard to the ``$startDate `` property of the same object, use
You can’t perform that action at this time.
0 commit comments