Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit b6cbe24

Browse files
jdespatisfabpot
authored andcommitted
Fix yaml as @ is forbidden in YAML 1.2
http://www.yaml.org/spec/1.2/spec.html#id2772075 (PR done on `2.5` branch, but this issue persists also in `2.6`, `2.7` and `master`)
1 parent ae42923 commit b6cbe24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/routing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
app:
2-
resource: @AppBundle/Controller/
2+
resource: "@AppBundle/Controller/"
33
type: annotation

0 commit comments

Comments
 (0)