From b30e78f9a3afd21bb605dd86da07c6cf07ddf63b Mon Sep 17 00:00:00 2001 From: rustagir Date: Tue, 28 May 2024 17:09:25 -0400 Subject: [PATCH] small fix to note --- source/php-frameworks/symfony.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/php-frameworks/symfony.txt b/source/php-frameworks/symfony.txt index f57767f40..02903a8c5 100644 --- a/source/php-frameworks/symfony.txt +++ b/source/php-frameworks/symfony.txt @@ -212,7 +212,7 @@ install the ``twig`` bundle: composer require symfony/twig-bundle -.. note: +.. note:: This step might result in an error message about unset environment variables, but this is resolved in the following section.