From 61c5b7dd6eaaf1b23ad1c59533578b1f75a68b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Ostroluck=C3=BD?= Date: Sun, 22 Sep 2024 16:28:30 +0200 Subject: [PATCH] [FrameworkBundle] Document lint:container --resolve-env-vars --- service_container.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/service_container.rst b/service_container.rst index 9e1cdff2098..fbbd3a268d2 100644 --- a/service_container.rst +++ b/service_container.rst @@ -1082,6 +1082,13 @@ your application. .. _container-public: +If you wish to additionally check if all environment variables are set, you can append +``--resolve-env-vars`` argument + +.. versionadded:: 7.2 + + The `--resolve-env-vars` flag was introduced in Symfony 7.2 + Public Versus Private Services ------------------------------