Skip to content

Commit 3db2579

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/autowiring.rst

Lines 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)