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 3db2579

Browse filesBrowse files
committed
minor #8052 [AUTOWIRE] Fix invalid yaml code (brieucthomas)
This PR was merged into the 3.3 branch. Discussion ---------- [AUTOWIRE] Fix invalid yaml code Commits ------- 3f9ad9b [AUTOWIRE] Fix invalid yaml code
2 parents 7eb0bb2 + 3f9ad9b commit 3db2579
Copy full SHA for 3db2579

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎service_container/autowiring.rst

Copy file name to clipboardExpand all lines: service_container/autowiring.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ adding a service alias:
218218
219219
# the id is not a class, so it won't be used for autowiring
220220
app.rot13.transformer:
221-
class AppBundle\Util\Rot13Transformer
221+
class: AppBundle\Util\Rot13Transformer
222222
# ...
223223
224224
# but this fixes it!

0 commit comments

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