symfony-cmf / routing-auto

RoutingAuto component
https://cmf.symfony.com
Other
6 stars 11 forks source link

Validate for missing tokens #25

Closed dantleech closed 9 years ago

dantleech commented 9 years ago

e.g.

path: /path/to/{this}/{that}
provides:
    that: [ foo, [] ]

We should throw an exception:

Found token `{that}` but there was no corresponding token provider
dantleech commented 9 years ago

Fixed in #34