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
370370
371371 The ``maxPropertyPath `` option was introduced in Symfony 4.4.
372372
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.
374374
375375For example, if you want to compare the ``$submittedDate `` property of some object
376376with regard to the ``$deadline `` property of the same object, use
@@ -417,7 +417,7 @@ minPropertyPath
417417
418418 The ``minPropertyPath `` option was introduced in Symfony 4.4.
419419
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.
421421
422422For example, if you want to compare the ``$endDate `` property of some object
423423with regard to the ``$startDate `` property of the same object, use
You can’t perform that action at this time.
0 commit comments