We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f3acd commit 67a7a1eCopy full SHA for 67a7a1e
contributing/code/standards.rst
@@ -82,9 +82,6 @@ Structure
82
* Use braces to indicate control structure body regardless of the number of
83
statements it contains;
84
85
-* Declare visibility explicitly for class, methods, and properties (usage of
86
- `var` is prohibited);
87
-
88
* Define one class per file - this does not apply to private helper classes
89
that are not intended to be instantiated from the outside and thus are not
90
concerned by the PSR-0 standard;
0 commit comments