We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1643f1 + bb93f22 commit 147e0a0Copy full SHA for 147e0a0
validation/custom_constraint.rst
@@ -66,7 +66,7 @@ Constraint with Private Properties
66
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
67
68
Constraints are cached for performance reasons. To achieve this, the base
69
-``Constraint`` class uses PHP's :phpfunction:`get_object_vars()` function, which
+``Constraint`` class uses PHP's :phpfunction:`get_object_vars` function, which
70
excludes private properties of child classes.
71
72
If your constraint defines private properties, you must explicitly include them
0 commit comments