From 0c4eb76160d6c4830662c78a81c6f459ecd9f9eb Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 30 Sep 2025 19:53:46 +0200 Subject: [PATCH] Make yaml-schema declaration standard (#1455) --- symfony/framework-bundle/7.4/config/services.yaml | 2 +- symfony/routing/7.4/config/routes.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/symfony/framework-bundle/7.4/config/services.yaml b/symfony/framework-bundle/7.4/config/services.yaml index 667a1968..b4334eb4 100644 --- a/symfony/framework-bundle/7.4/config/services.yaml +++ b/symfony/framework-bundle/7.4/config/services.yaml @@ -1,4 +1,4 @@ -# $schema: ../vendor/symfony/dependency-injection/Loader/schema/services.schema.json +# yaml-language-server: $schema=../vendor/symfony/dependency-injection/Loader/schema/services.schema.json # This file is the entry point to configure your own services. # Files in the packages/ subdirectory configure your dependencies. diff --git a/symfony/routing/7.4/config/routes.yaml b/symfony/routing/7.4/config/routes.yaml index 8f00a057..6913dda5 100644 --- a/symfony/routing/7.4/config/routes.yaml +++ b/symfony/routing/7.4/config/routes.yaml @@ -1,4 +1,4 @@ -# $schema: ../vendor/symfony/routing/Loader/schema/routing.schema.json +# yaml-language-server: $schema=../vendor/symfony/routing/Loader/schema/routing.schema.json # To list all registered routes, run the following command: # bin/console debug:router