mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug #52169 (camelCase vs PascalCase)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304500 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c1e01bb991
commit
c65a7c1d80
1 changed files with 3 additions and 3 deletions
|
@ -45,9 +45,9 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Function names use underscores between words, while class names use
|
||||
the camel case rule (there are some exceptions for older
|
||||
classes and functions).
|
||||
Function names use underscores between words, while class names uses
|
||||
both the <literal>camelCase</literal> rule and <literal>PascalCase</literal>
|
||||
rule.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue