Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.7.4
-
Fix Version/s: 1.7.5
-
Component/s: None
-
Labels:None
-
Language:English
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.
Solved in SVN r13549