Skip to content

Commit 477daa1

Browse files
heiglandreasCrell
andauthored
Apply suggestions from code review
Co-authored-by: Larry Garfield <[email protected]>
1 parent 579e040 commit 477daa1

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

proposed/attributes-meta.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
## 1. Summary
44

5-
The idea is to create a registry that holds and provides user-space attributes for PHP.
6-
7-
This Proposal is about defining the registry and the workflows to add, modify and
8-
remove attributes from that registry
5+
This Working Group aims to create and manage a shared set of PHP attributes that may be used by many different actors within the PHP ecosystem, avoiding duplication and redundancy.
96

107
## 2. Why Bother?
118

@@ -22,17 +19,15 @@ This registry shall solve that
2219

2320
### 3.1 Goals
2421

25-
* Define and maintain a set of attributes that are relevant for more than one
26-
single tool so that different tools can use and rely upon a defined set of attributes and
27-
users do not need to use several similar attributes with the same meaning for different tools.
22+
* Define and maintain a set of attribute definitions that are relevant for a reasonably broad portion of the PHP ecosystem so that different tools and users can use and rely upon a defined set of attributes with less duplication.
2823
* Provide one or multiple composer-installable packages containing
2924
the code for the attributes in the registry
3025
* provide methods to maintain the registry and add, modify and remove attributes from it
3126

3227
### 3.2 Non-Goals
3328

3429
* The goal is **not** to provide a registry of **all** attributes available in PHP. As an example: The ORM-specific
35-
attributes from Doctrine are likely not to be part of this registry as they are specific to the library itself
30+
attributes from Doctrine are likely not to be part of this registry as they are specific to the library itself.
3631

3732
## 4. Approaches
3833

0 commit comments

Comments
 (0)