diff --git a/language/references.xml b/language/references.xml index e613c5a329..bd82761cd9 100644 --- a/language/references.xml +++ b/language/references.xml @@ -1,5 +1,5 @@ - + References Explained @@ -350,6 +350,8 @@ $foo->x = 2; return by-reference, not a copy as usual, and to indicate that reference binding, rather than usual assignment, should be done for $foo. + & by function definition is optional in + class methods.