File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ The DependencyInjection Component
2
2
=================================
3
3
4
4
In 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
6
6
the eponymous component. Seeing this empty class, you might be tempted to move
7
7
some code from the front controller to it::
8
8
@@ -243,7 +243,7 @@ We have obviously barely scratched the surface of what you can do with the
243
243
container: from class names as parameters, to overriding existing object
244
244
definitions, from scope support to dumping a container to a plain PHP class,
245
245
and 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 .
247
247
248
248
Don't yell at me if you don't want to have a dependency injection container in
249
249
your 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