symfony-cmf/routing-auto

Key `empty_token` does not exist.

dantleech opened this issue · 0 comments

If the token value is empty and empty_token is not defined, then there will be a PHP error because the array key does not exist (in UriGenerator). We should do an isset to check if it is set.