Skip to content

Commit c16db06

Browse files
committed
minor #21089 [DependencyInjection] repair codeblock (eltharin)
This PR was merged into the 7.3 branch. Discussion ---------- [DependencyInjection] repair codeblock code block bad showing : ![image](https://github.com/user-attachments/assets/2f64ff7f-3658-48ee-836e-23904b00c935) Commits ------- 287d274 repair codeblock
2 parents 870b265 + 287d274 commit c16db06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@ be used directly on the class of the service you want to configure::
12901290
}
12911291

12921292
You can apply the ``#[AsTaggedItem]`` attribute multiple times to register the
1293-
same service under different indexes:
1293+
same service under different indexes::
12941294

12951295
#[AsTaggedItem(index: 'handler_one', priority: 5)]
12961296
#[AsTaggedItem(index: 'handler_two', priority: 20)]

0 commit comments

Comments
 (0)