Download & Extend

Camel case is checked also for class functions

Project:Coder
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

The module reports a warning also when the camel case is used in a class function name, which should allowed (especially when running PHP 5).

Comments

#1

#2

Actually, the use of camel case names is not limited to SimpleTest; there are many other OO-libraries for PHP 5 that use camel case in method names.

Even without using the SimpleTest coding standards in Coder, the module should not give a warning for a method called parseString(), which is a correct name in PHP 5, and even PHP 4.

nobody click here