File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ requires adherence to [PSR-1][], the basic coding standard.
13
13
14
14
Like [ PSR-12] [ ] , the intent of this specification is to reduce cognitive friction when
15
15
scanning code from different authors. It does so by enumerating a shared set of rules
16
- and expectations about how to format PHP code. This PSR seeks to provide a set way that
16
+ and expectations about how to format PHP code. This PSR seeks to provide a set that
17
17
coding style tools can implement, projects can declare adherence to and developers
18
18
can easily relate to between different projects. When various authors collaborate
19
19
across multiple projects, it helps to have one set of guidelines to be used among
20
20
all those projects. Thus, the benefit of this guide is not in the rules themselves
21
21
but the sharing of those rules.
22
22
23
23
[ PSR-12] [ ] was accepted in 2019 and since then a number of changes have been made to PHP
24
- which has implications for coding style guidelines. Whilst [ PSR-12] is very comprehensive
24
+ which have implications for coding style guidelines. Whilst [ PSR-12] is very comprehensive
25
25
of PHP functionality that existed at the time of writing, new functionality is very
26
26
open to interpretation. This PER, therefore, seeks to clarify the content of PSR-12 in
27
27
a more modern context with new functionality available, make the errata to PSR-12
You can’t perform that action at this time.
0 commit comments