Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3293286 commit cf48e1aCopy full SHA for cf48e1a
book/routing.rst
@@ -945,8 +945,8 @@ routing system can be:
945
/**
946
* @Route(
947
* "/articles/{_locale}/{year}/{title}.{_format}",
948
- * defaults: {"_format": "html"},
949
- * requirements: {
+ * defaults={"_format": "html"},
+ * requirements={
950
* "_locale": "en|fr",
951
* "_format": "html|rss",
952
* "year": "\d+"
0 commit comments