Skip to content

Commit e0eef28

Browse files
committed
minor #20521 drop parentheses at end of PHP function (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- drop parentheses at end of PHP function Commits ------- 786f798 drop parentheses at end of PHP function
2 parents c4e7c72 + 786f798 commit e0eef28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/custom_constraint.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Constraint with Private Properties
7070
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7171

7272
Constraints are cached for performance reasons. To achieve this, the base
73-
``Constraint`` class uses PHP's :phpfunction:`get_object_vars()` function, which
73+
``Constraint`` class uses PHP's :phpfunction:`get_object_vars` function, which
7474
excludes private properties of child classes.
7575

7676
If your constraint defines private properties, you must explicitly include them

0 commit comments

Comments
 (0)