Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e0eef28

Browse filesBrowse files
committed
minor #20521 drop parentheses at end of PHP function (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- drop parentheses at end of PHP function Commits ------- 786f798 drop parentheses at end of PHP function
2 parents c4e7c72 + 786f798 commit e0eef28
Copy full SHA for e0eef28

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎validation/custom_constraint.rst

Copy file name to clipboardExpand all lines: validation/custom_constraint.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.