From 233927df198fc2b6306af1b7b714cca375a1bbc5 Mon Sep 17 00:00:00 2001 From: r-dev Date: Mon, 9 Mar 2026 00:14:49 +0100 Subject: [PATCH] chore : sync frontend submodule and update reference config Update frontend submodule pointer to latest UI refactor. Update config/reference.php with Symfony auto-generated changes. Co-Authored-By: Claude Opus 4.6 --- Inventory_frontend | 2 +- config/reference.php | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Inventory_frontend b/Inventory_frontend index 98f5d98..5b9c4ca 160000 --- a/Inventory_frontend +++ b/Inventory_frontend @@ -1 +1 @@ -Subproject commit 98f5d983b38945babfc24be8ac11c8ef3d1a9872 +Subproject commit 5b9c4ca09d0bf0bc71e2ff541a62872cebfba833 diff --git a/config/reference.php b/config/reference.php index 200e125..42493cb 100644 --- a/config/reference.php +++ b/config/reference.php @@ -1626,6 +1626,19 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param; * nelmio_cors?: NelmioCorsConfig, * api_platform?: ApiPlatformConfig, * lexik_jwt_authentication?: LexikJwtAuthenticationConfig, + * "when@dev"?: array{ + * imports?: ImportsConfig, + * parameters?: ParametersConfig, + * services?: ServicesConfig, + * framework?: FrameworkConfig, + * twig?: TwigConfig, + * security?: SecurityConfig, + * doctrine?: DoctrineConfig, + * doctrine_migrations?: DoctrineMigrationsConfig, + * nelmio_cors?: NelmioCorsConfig, + * api_platform?: ApiPlatformConfig, + * lexik_jwt_authentication?: LexikJwtAuthenticationConfig, + * }, * "when@prod"?: array{ * imports?: ImportsConfig, * parameters?: ParametersConfig, @@ -1732,6 +1745,7 @@ namespace Symfony\Component\Routing\Loader\Configurator; * deprecated?: array{package:string, version:string, message?:string}, * } * @psalm-type RoutesConfig = array{ + * "when@dev"?: array, * "when@prod"?: array, * "when@test"?: array, * ...