mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Woops, missed a closing paren.
This commit is contained in:
parent
36868ff301
commit
28d5698523
@ -124,7 +124,7 @@ function connect(&$dsn, $persistent = false)
|
||||
}
|
||||
|
||||
Functions should be named using the "studly caps" style (also referred to as
|
||||
"bumpy case" or "camel caps". The initial letter of the name is lowercase,
|
||||
"bumpy case" or "camel caps"). The initial letter of the name is lowercase,
|
||||
and each letter that starts a new "word" is capitalized. Some examples:
|
||||
|
||||
connect() getData() buildSomeWidget()
|
||||
|
Loading…
Reference in New Issue
Block a user