Commit 044b189
committed
minor #17752 [DependencyInjection] Fix missing quotes on service subscribers (SVillette)
This PR was merged into the 6.2 branch.
Discussion
----------
[DependencyInjection] Fix missing quotes on service subscribers
## Description
On the [service subscribers & locators doc](https://symfony.com/doc/current/service_container/service_subscribers_locators.html#add-dependency-injection-attributes), there was missing quotes on the second parameter of `Symfony\Contracts\Service\Attribute\SubscribedService` constructor
Commits
-------
6ec7a40 Fixed missing quotes on service subscribers1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
0 commit comments