mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
grammar
Based on a patch by Nathaniel Cailo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333213 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b75900d2bd
commit
4b2619b58a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
of the properties and methods belonging to the class.
|
||||
</para>
|
||||
<para>
|
||||
The class name can be any valid label which is not a
|
||||
The class name can be any valid label, provided it is not a
|
||||
PHP <link linkend="reserved">reserved word</link>. A valid class
|
||||
name starts with a letter or underscore, followed by any number of
|
||||
letters, numbers, or underscores. As a regular expression, it
|
||||
|
|
Loading…
Reference in a new issue