Skip to content

Commit 786f798

Browse files
committed
drop parentheses at end of PHP function
1 parent c4e7c72 commit 786f798

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)