This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Routing/Matcher/Dumper
Daniel Tschinder 557dfaa2c1 Remove usage of deprecated _scheme in Routing Component
Instead correctly use the array of schemes from the Route.
Also adjusted the dumpers to dump the correct data.

I extended the tests to not only test the deprecated behavior, but also
the new schemes-requirement.
2013-12-13 00:37:21 +01:00
..
ApacheMatcherDumper.php [routing] added ability for apache matcher to handle array values 2013-07-30 13:22:46 +02:00
DumperCollection.php [Routing] added more phpdoc and replaced 'array of type' by 'Type[]' 2012-11-12 16:14:50 +01:00
DumperPrefixCollection.php Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
DumperRoute.php [Routing] added more phpdoc and replaced 'array of type' by 'Type[]' 2012-11-12 16:14:50 +01:00
MatcherDumper.php [Routing] added more phpdoc and replaced 'array of type' by 'Type[]' 2012-11-12 16:14:50 +01:00
MatcherDumperInterface.php Fix some annotates 2013-09-19 11:36:05 +02:00
PhpMatcherDumper.php Remove usage of deprecated _scheme in Routing Component 2013-12-13 00:37:21 +01:00