File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ The DependencyInjection Component
22=================================
33
44In the last installment of this series, we have emptied the
5- ``Simplex\\ Framework `` class by extending the ``HttpKernel `` class from
5+ ``Simplex\Framework `` class by extending the ``HttpKernel `` class from
66the eponymous component. Seeing this empty class, you might be tempted to move
77some code from the front controller to it::
88
@@ -243,7 +243,7 @@ We have obviously barely scratched the surface of what you can do with the
243243container: from class names as parameters, to overriding existing object
244244definitions, from scope support to dumping a container to a plain PHP class,
245245and much more. The Symfony dependency injection container is really powerful
246- and is able to manage any kind of PHP classes .
246+ and is able to manage any kind of PHP class .
247247
248248Don't yell at me if you don't want to have a dependency injection container in
249249your framework. If you don't like it, don't use it. It's your framework, not
You can’t perform that action at this time.
0 commit comments