ZF-5422: Typos in the coding standard
Description
In section "B.3.3. Functions and Methods" the sentence : For methods on objects that are declared with the "private" or "protected" modified, the first character of the variable name must be an underscore.
should be rewritten as : For methods on objects that are declared with the "private" or "protected" modifier, the first character of the method name must be an underscore.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-01-08T04:55:08.000+0000
Solved in SVN r13549
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-02-16T20:38:51.000+0000
I ensure to be released in 1.7.5 .