Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Apr 17, 2024
1 parent a53627b commit 51a8bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_container/autowiring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ The ``#[Autowire]`` attribute can also be used for :ref:`parameters <service-par

// environment variables with processors
#[Autowire(env: 'bool:SOME_BOOL_ENV_VAR')]
string $allowAttachments,
bool $allowAttachments,
) {
}
// ...
Expand Down

0 comments on commit 51a8bb9

Please sign in to comment.