Skip to content

Commit 51a8bb9

Browse files
committed
-
1 parent a53627b commit 51a8bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/autowiring.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ The ``#[Autowire]`` attribute can also be used for :ref:`parameters <service-par
644644

645645
// environment variables with processors
646646
#[Autowire(env: 'bool:SOME_BOOL_ENV_VAR')]
647-
string $allowAttachments,
647+
bool $allowAttachments,
648648
) {
649649
}
650650
// ...

0 commit comments

Comments
 (0)