Closed (won't fix)
Project:
Coder
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2009 at 16:41 UTC
Updated:
30 Dec 2014 at 18:33 UTC
Jump to comment: Most recent
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
Comment #1
nancydruIs this related to #237963: Add simpletest coding standards to Coder Module?
Comment #2
avpadernoActually, 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.Comment #3
klausiCoder for Drupal 6 is now frozen and only security fixes will be applied. Feel free to update this issue and reopen against 7.x-2.x or 8.x-2.x.