Skip to content

Commit 061fa61

Browse files
vicbweaverryan
authored andcommitted
Update CS for private helper classes
1 parent 2dc0980 commit 061fa61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contributing/code/standards.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ Structure
100100

101101
* Use uppercase strings for constants with words separated with underscores;
102102

103-
* Define one class per file;
103+
* Define one class per file - this does not apply to private helper classes
104+
that are not intended to be instantiated from the outside and thus are not
105+
concerned by the PSR-0 standard;
104106

105107
* Declare class properties before methods;
106108

0 commit comments

Comments
 (0)