Skip to content

Commit cd70759

Browse files
samdarkJean85
andauthored
Apply suggestions from code review
Co-authored-by: Alessandro Lai <[email protected]>
1 parent de0e536 commit cd70759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ requires adherence to [PSR-1][], the basic coding standard.
1313

1414
Like [PSR-12][], the intent of this specification is to reduce cognitive friction when
1515
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
1717
coding style tools can implement, projects can declare adherence to and developers
1818
can easily relate to between different projects. When various authors collaborate
1919
across multiple projects, it helps to have one set of guidelines to be used among
2020
all those projects. Thus, the benefit of this guide is not in the rules themselves
2121
but the sharing of those rules.
2222

2323
[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
2525
of PHP functionality that existed at the time of writing, new functionality is very
2626
open to interpretation. This PER, therefore, seeks to clarify the content of PSR-12 in
2727
a more modern context with new functionality available, make the errata to PSR-12

0 commit comments

Comments
 (0)