Skip to content

Commit 147e0a0

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: drop parentheses at end of PHP function
2 parents c1643f1 + bb93f22 commit 147e0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/custom_constraint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Constraint with Private Properties
6666
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6767

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

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

0 commit comments

Comments
 (0)