Skip to content

Commit 9b65586

Browse files
committed
Fix build
1 parent effffa3 commit 9b65586

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)