Make yaml-schema declaration standard (#1455)

This commit is contained in:
Nicolas Grekas
2025-09-30 19:53:46 +02:00
committed by GitHub
parent 52fd1d81cf
commit 0c4eb76160
2 changed files with 2 additions and 2 deletions
@@ -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.
+1 -1
View File
@@ -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