Skip to content

Commit b6a8e96

Browse files
authored
Use single quotes for example code
1 parent 3a3d7e8 commit b6a8e96

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
@@ -425,7 +425,7 @@ use this, update the compiler::
425425
foreach ($tags as $attributes) {
426426
$definition->addMethodCall('addTransport', [
427427
new Reference($id),
428-
$attributes["alias"]
428+
$attributes['alias']
429429
]);
430430
}
431431
}

0 commit comments

Comments
 (0)