From ec57b1090c93b7b215ee9dc07f0277aa7575bc23 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 15 Oct 2024 11:52:08 +0200 Subject: [PATCH] Fix the XML configuration example for enums There is no `type="enum"` in the XML file loader. --- configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.rst b/configuration.rst index 36dceae1b71..93ebed17151 100644 --- a/configuration.rst +++ b/configuration.rst @@ -228,7 +228,7 @@ reusable configuration value. By convention, parameters are defined under the App\Entity\BlogPost::MAX_ITEMS - App\Enum\PostState::Published + App\Enum\PostState::Published