Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Resolve Symfony 5.1 deprecations
issue: NEXT-14633
author: Dominik Brader
author_email: [email protected]
author_github: @TheKeymaster
---
- Changed
Core/Framework/Resources/config/packages/dev/routing.yaml
andCore/Framework/Resources/config/packages/routing.yaml
to address the Symfony 5.1 routing deprecation, by explicitly settingframework.router.utf8
totrue
.