From 56ff4eaf6147747e94a8a92f706087acc536d482 Mon Sep 17 00:00:00 2001 From: lpd-au Date: Wed, 1 Mar 2023 22:02:08 +1100 Subject: [PATCH 1/3] Update goals section --- meta.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta.md b/meta.md index 0eabf9b..3b6555e 100644 --- a/meta.md +++ b/meta.md @@ -44,7 +44,7 @@ This PER shares the same goals as PSR-12. > of guidelines to be used among all those projects. Thus, the benefit of this guide is > not in the rules themselves, but in the sharing of those rules. -This PER is an extension of PSR-12, and therefore also an extension of PSR-1. +This PER extends, expands and replaces PSR-12, and is therefore also an extension of PSR-1. With PSR-12 being the base of this PER, a list of differences is provided below to assist with migration, but it should be considered as an independent specification. @@ -52,6 +52,9 @@ This PER will include coding style guidelines related to new functionality added after the publication of PSR-12. This PER will also include clarifications on the text of PSR-12. +The Working Group considered whether incorporating stylistic requirements found in PSR-1 was in scope. +The Working Group determined to leave this deliberately undefined to consider in a later version. + ### 3.2. Non-Goals It is not the intention of this PER to add entirely new coding style guidelines. It will From 9f6d837ed1f2a30c4946eb6c9113bc1993e795b4 Mon Sep 17 00:00:00 2001 From: lpd-au Date: Wed, 1 Mar 2023 22:15:40 +1100 Subject: [PATCH 2/3] s/version/release --- meta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.md b/meta.md index 3b6555e..28830cb 100644 --- a/meta.md +++ b/meta.md @@ -53,7 +53,7 @@ after the publication of PSR-12. This PER will also include clarifications on th PSR-12. The Working Group considered whether incorporating stylistic requirements found in PSR-1 was in scope. -The Working Group determined to leave this deliberately undefined to consider in a later version. +The Working Group determined to leave this deliberately undefined to consider in a later release. ### 3.2. Non-Goals From f99c3dcb71f8badc03d43329165676e29bd2bcca Mon Sep 17 00:00:00 2001 From: lpd-au Date: Thu, 2 Mar 2023 22:07:10 +1100 Subject: [PATCH 3/3] Update meta.md Co-authored-by: Korvin Szanto --- meta.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta.md b/meta.md index 28830cb..109a621 100644 --- a/meta.md +++ b/meta.md @@ -52,8 +52,7 @@ This PER will include coding style guidelines related to new functionality added after the publication of PSR-12. This PER will also include clarifications on the text of PSR-12. -The Working Group considered whether incorporating stylistic requirements found in PSR-1 was in scope. -The Working Group determined to leave this deliberately undefined to consider in a later release. +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. ### 3.2. Non-Goals