Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c087780

Browse filesBrowse files
committed
merged branch amitayh/master (PR #17)
Commits ------- 11886e6 Merge branch 'master' of https://github.com/amitayh/Create-Your-Framework a8a2da0 Fixed part 12 typos 26bef8d Fixed typos Discussion ---------- Fixed minor typos for part 12
2 parents 0d6beb1 + 11886e6 commit c087780
Copy full SHA for c087780

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎book/part12.rst‎

Copy file name to clipboardExpand all lines: book/part12.rst
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The DependencyInjection Component
22
=================================
33

44
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
66
the eponymous component. Seeing this empty class, you might be tempted to move
77
some 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
243243
container: from class names as parameters, to overriding existing object
244244
definitions, from scope support to dumping a container to a plain PHP class,
245245
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.
247247

248248
Don't yell at me if you don't want to have a dependency injection container in
249249
your framework. If you don't like it, don't use it. It's your framework, not

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.