Skip to content

Commit 70a6285

Browse files
authored
Merge pull request #1203 from skylerfenn/patch-2
Update reference to PSR-2 to PSR-12
2 parents 5b45a87 + cfc1a02 commit 70a6285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bylaws/007-psr-naming-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Naming conventions for code released by PHP FIG
44
1. Interfaces MUST be suffixed by `Interface`: e.g. `Psr\Foo\BarInterface`.
55
2. Abstract classes MUST be prefixed by `Abstract`: e.g. `Psr\Foo\AbstractBar`.
66
3. Traits MUST be suffixed by `Trait`: e.g. `Psr\Foo\BarTrait`.
7-
4. PSR-1, 2 and 4 MUST be followed.
7+
4. PSR-1, 4, and 12 MUST be followed.
88
5. The vendor namespace MUST be `Psr`.
99
6. There MUST be a package/second-level namespace in relation with the PSR that
1010
covers the code.

0 commit comments

Comments
 (0)