Skip to content

Commit 67a7a1e

Browse files
committed
[Contributing][CS] Removed visibility rules because it's in PSR-2
1 parent 50f3acd commit 67a7a1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contributing/code/standards.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ Structure
8282
* Use braces to indicate control structure body regardless of the number of
8383
statements it contains;
8484

85-
* Declare visibility explicitly for class, methods, and properties (usage of
86-
`var` is prohibited);
87-
8885
* Define one class per file - this does not apply to private helper classes
8986
that are not intended to be instantiated from the outside and thus are not
9087
concerned by the PSR-0 standard;

0 commit comments

Comments
 (0)