vrana           Mon Mar 13 11:01:37 2006 UTC

  Modified files:              
    /phpdoc/en/language types.xml 
  Log:
  heredoc must be followed by newline (bug #36682)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/types.xml?r1=1.161&r2=1.162&diff_format=u
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.161 phpdoc/en/language/types.xml:1.162
--- phpdoc/en/language/types.xml:1.161  Thu Mar  9 06:39:45 2006
+++ phpdoc/en/language/types.xml        Mon Mar 13 11:01:37 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.161 $ -->
+<!-- $Revision: 1.162 $ -->
  <chapter id="language.types">
   <title>Types</title>
 
@@ -820,7 +820,8 @@
        It's also important to realize that the first character before
        the closing identifier must be a newline as defined by your
        operating system. This is <literal>\r</literal> on Macintosh
-       for example.
+       for example. Closing delimiter (possibly followed by a semicolon) must
+       be followed by a newline too.
       </simpara>
       <simpara>
        If this rule is broken and the closing identifier is not "clean"

Reply via email to