We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50c5a2 commit 54d84e4Copy full SHA for 54d84e4
components/dependency_injection/autowiring.rst
@@ -62,7 +62,7 @@ service is marked as autowired:
62
# app/config/services.yml
63
services:
64
twitter_client:
65
- class: 'AppBundle\TwitterClient'
+ class: AppBundle\TwitterClient
66
autowire: true
67
68
.. code-block:: xml
@@ -200,10 +200,10 @@ subsystem isn't able to find itself the interface implementation to register:
200
201
202
rot13_transformer:
203
- class: 'AppBundle\Rot13Transformer'
+ class: AppBundle\Rot13Transformer
204
205
206
207
208
209
0 commit comments