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
441.0.0
55-----
66
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 2222
2323The abstractions in this package are useful to achieve loose coupling and
2424interoperability. 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
2626component, or another one provided by the PHP community at large.
2727
2828Depending on their semantics, some interfaces can be combined with autowiring to
@@ -34,12 +34,12 @@ any other means provided by your framework.)
3434
3535### How is this different from PHP-FIG's PSRs?
3636
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
3838encourage relying on them and won't duplicate the effort. Still, the FIG has
3939different goals and different processes. Here, we don't need to seek universal
4040standards. Instead, we're providing abstractions that are compatible with the
4141implementations 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
4343at some abstractions the PHP world might like to take inspiration from.
4444
4545### Why isn't this package split into several packages?
You can’t perform that action at this time.
0 commit comments