File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ CHANGELOG
4
4
1.0.0
5
5
-----
6
6
7
- * added ` Service\ResetInterface ` to provides a way to reset an object to its initial state
7
+ * added ` Service\ResetInterface ` to provide a way to reset an object to its initial state
Original file line number Diff line number Diff line change 22
22
23
23
The abstractions in this package are useful to achieve loose coupling and
24
24
interoperability. By using the provided interfaces as type hints, you are able
25
- to reuse any implementations that match their contracts. It could be a Symfony
25
+ to reuse any implementation that matches their contracts. It could be a Symfony
26
26
component, or another one provided by the PHP community at large.
27
27
28
28
Depending on their semantics, some interfaces can be combined with autowiring to
@@ -34,12 +34,12 @@ any other means provided by your framework.)
34
34
35
35
### How is this different from PHP-FIG's PSRs?
36
36
37
- When applicable, the provided contracts are built on top of PHP-FIG's PSR . We
37
+ When applicable, the provided contracts are built on top of PHP-FIG's PSRs . We
38
38
encourage relying on them and won't duplicate the effort. Still, the FIG has
39
39
different goals and different processes. Here, we don't need to seek universal
40
40
standards. Instead, we're providing abstractions that are compatible with the
41
41
implementations provided by Symfony. This should actually also contribute
42
- positively to the PHP-FIG (from which Symfony is a member), by hinting the group
42
+ positively to the PHP-FIG (of which Symfony is a member), by hinting the group
43
43
at some abstractions the PHP world might like to take inspiration from.
44
44
45
45
### Why isn't this package split into several packages?
You can’t perform that action at this time.
0 commit comments