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: spec.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ requires adherence to [PSR-1][], the basic coding standard.
17
17
18
18
Like [PSR-12][], the intent of this specification is to reduce cognitive friction when
19
19
scanning code from different authors. It does so by enumerating a shared set of rules
20
-
and expectations about how to format PHP code. This PSR seeks to provide a set that
20
+
and expectations about how to format PHP code. This Standard seeks to provide a set that
21
21
coding style tools can implement, projects can declare adherence to and developers
22
22
can easily relate to between different projects. When various authors collaborate
23
23
across multiple projects, it helps to have one set of guidelines to be used among
@@ -224,7 +224,7 @@ $result = match ($a) {
224
224
225
225
### 2.7 Naming
226
226
227
-
This PSR RECOMMENDS following the [php-src coding standards](https://github.com/php/php-src/blob/master/CODING_STANDARDS.md#user-functionsmethods-naming-conventions) with regard to abbreviations and acronyms.
227
+
This STANDARD RECOMMENDS following the [php-src coding standards](https://github.com/php/php-src/blob/master/CODING_STANDARDS.md#user-functionsmethods-naming-conventions) with regard to abbreviations and acronyms.
0 commit comments