We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e7c72 commit 786f798Copy full SHA for 786f798
validation/custom_constraint.rst
@@ -70,7 +70,7 @@ Constraint with Private Properties
70
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71
72
Constraints are cached for performance reasons. To achieve this, the base
73
-``Constraint`` class uses PHP's :phpfunction:`get_object_vars()` function, which
+``Constraint`` class uses PHP's :phpfunction:`get_object_vars` function, which
74
excludes private properties of child classes.
75
76
If your constraint defines private properties, you must explicitly include them
0 commit comments