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

Commit 3f03976

Browse files
committed
minor #789 Fix yaml as @ is forbidden in YAML 1.2 (jdespatis)
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #789). Discussion ---------- 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`) Commits ------- b6cbe24 Fix yaml as @ is forbidden in YAML 1.2
2 parents ae42923 + b6cbe24 commit 3f03976

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)