symfony-cmf / Routing

Routing component building on the Symfony Routing component
Other
288 stars 69 forks source link

avoid error with non-array parameters #215

Closed dbu closed 6 years ago

dbu commented 6 years ago

The UrlGeneratorInterface::generate is not very specific about $parameters and allows non-arrays. I don't want to get more fancy than this, its only about a very edge-case in error reporting in the end.

Q A
Branch? 1.4
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets -
License MIT
Doc PR -
dbu commented 6 years ago

i was confused, this is a super old branch. going to version 2 now...