diff --git a/language/basic-syntax.xml b/language/basic-syntax.xml index 8580379e8b..5c5973a8a3 100644 --- a/language/basic-syntax.xml +++ b/language/basic-syntax.xml @@ -1,5 +1,5 @@ - + Basic syntax @@ -141,6 +141,7 @@ trailing newline if one is present. Also, the closing tag automatically implies a semicolon; you do not need to have a semicolon terminating the last line of a PHP block. + Closing tag of a PHP block at the end of a file is optional.