From: Jon Parise Date: Tue, 17 Jul 2001 23:56:46 +0000 (+0000) Subject: Woops, missed a closing paren. X-Git-Tag: PRE_TSRM_MERGE_PATCH~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28d569852323759d08327c1e47d7d609725fccb9;p=php Woops, missed a closing paren. --- diff --git a/pear/CODING_STANDARDS b/pear/CODING_STANDARDS index 852b49c70e..20f25a06cb 100644 --- a/pear/CODING_STANDARDS +++ b/pear/CODING_STANDARDS @@ -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()