From c65a7c1d80864159de9b61c325111e9dcce054a1 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Tue, 19 Oct 2010 04:49:04 +0000 Subject: [PATCH] Fixed bug #52169 (camelCase vs PascalCase) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304500 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/userlandnaming.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appendices/userlandnaming.xml b/appendices/userlandnaming.xml index 624762ffe5..dfc791292d 100644 --- a/appendices/userlandnaming.xml +++ b/appendices/userlandnaming.xml @@ -45,9 +45,9 @@ - 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 camelCase rule and PascalCase + rule.