Skip to content

Commit 6120e02

Browse files
committed
Blog article
1 parent 03f0bbd commit 6120e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

news/15-php-di-5-0-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ For those familiar with Symfony, the same result can be achieved using [tags](ht
143143
- tags require to write [compiler passes](http://symfony.com/doc/current/components/dependency_injection/tags.html#create-a-compilerpass) which are verbose and not trivial
144144
- tags don't work if the container isn't compiled
145145

146-
In the end manipulating lists instead of tags is simpler and feels more natural to use. To be fair however tags offer an approach with more freedom, allowing to implement more advanced behaviors.
146+
While tags offer an approach with more freedom, manipulating lists instead of tags is simpler and feels more natural to use.
147147

148148
### Decorating a previous entry
149149

0 commit comments

Comments
 (0)