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 60e0138

Browse filesBrowse files
committed
minor #9372 Update dependency_injection.rst (flip111)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9372). Discussion ---------- Update dependency_injection.rst typo in class name Commits ------- b902489 Update dependency_injection.rst
2 parents eef865a + b902489 commit 60e0138
Copy full SHA for 60e0138

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎create_framework/dependency_injection.rst

Copy file name to clipboardExpand all lines: create_framework/dependency_injection.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Now, here is how you can register a custom listener in the front controller::
183183
// ...
184184
use Simplex\StringResponseListener;
185185

186-
$container->register('listener.string_response', StringResposeListener::class);
186+
$container->register('listener.string_response', StringResponseListener::class);
187187
$container->getDefinition('dispatcher')
188188
->addMethodCall('addSubscriber', array(new Reference('listener.string_response')))
189189
;

0 commit comments

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