You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meta.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,16 @@ This PER shares the same goals as PSR-12.
44
44
> of guidelines to be used among all those projects. Thus, the benefit of this guide is
45
45
> not in the rules themselves, but in the sharing of those rules.
46
46
47
-
This PER is an extension of PSR-12, and therefore also an extension of PSR-1.
47
+
This PER extends, expands and replaces PSR-12, and is therefore also an extension of PSR-1.
48
48
With PSR-12 being the base of this PER, a list of differences is provided below to assist with migration,
49
49
but it should be considered as an independent specification.
50
50
51
51
This PER will include coding style guidelines related to new functionality added to PHP
52
52
after the publication of PSR-12. This PER will also include clarifications on the text of
53
53
PSR-12.
54
54
55
+
The question of whether to include or replace requirements from PSR-1 was examined by the Working Group. However it was decided to omit any such requirements for further consideration in a subsequent release.
56
+
55
57
### 3.2. Non-Goals
56
58
57
59
It is not the intention of this PER to add entirely new coding style guidelines. It will
0 commit comments