Index: language/control-structures.xml
===================================================================
RCS file: /repository/phpdoc/en/language/control-structures.xml,v
retrieving revision 1.134
diff -u -r1.134 control-structures.xml
--- language/control-structures.xml 7 Aug 2006 13:08:46 -0000 1.134
+++ language/control-structures.xml 6 Sep 2006 12:39:49 -0000
@@ -1191,10 +1191,8 @@
Note that since return is a language
construct and not a function, the parentheses surrounding its
- arguments are only required if the argument
- contains an expression. It is common to leave them out while returning a
- variable, and you actually should as PHP has less work to do in this
- case.
+ arguments are not required. It is common to leave them out, and you
+ actually should do so as PHP has less work to do in this case.