mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
fixing a minor typo in CODING_STANDARDS document
This commit is contained in:
parent
63f242178d
commit
b5a0f12871
@ -151,7 +151,7 @@ Naming Conventions
|
||||
|
||||
7. Classes should be given descriptive names. Avoid using abbreviations where
|
||||
possible. Each word in the class name should start with a capital letter,
|
||||
without underscore delimiters (CampelCaps starting with a capital letter).
|
||||
without underscore delimiters (CamelCaps starting with a capital letter).
|
||||
The class name should be prefixed with the name of the 'parent set' (e.g.
|
||||
the name of the extension)::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user