Skip to content

Commit 0c4eb76

Browse files
Make yaml-schema declaration standard (#1455)
1 parent 52fd1d8 commit 0c4eb76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

symfony/framework-bundle/7.4/config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $schema: ../vendor/symfony/dependency-injection/Loader/schema/services.schema.json
1+
# yaml-language-server: $schema=../vendor/symfony/dependency-injection/Loader/schema/services.schema.json
22

33
# This file is the entry point to configure your own services.
44
# Files in the packages/ subdirectory configure your dependencies.

symfony/routing/7.4/config/routes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $schema: ../vendor/symfony/routing/Loader/schema/routing.schema.json
1+
# yaml-language-server: $schema=../vendor/symfony/routing/Loader/schema/routing.schema.json
22

33
# To list all registered routes, run the following command:
44
# bin/console debug:router

0 commit comments

Comments
 (0)