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
Fabien Potencier 920c6814fe bug #9910 fixed missing use statements (fabpot)
This PR was merged into the 2.4 branch.

Discussion
----------

fixed missing use statements

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Commits
-------

50a6d70 fixed missing use statements
2013-12-31 12:02:51 +01:00
..
ApacheMatcherDumper.php [Routing] added support for expression conditions in routes 2013-09-19 12:59:11 +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 bug #9910 fixed missing use statements (fabpot) 2013-12-31 12:02:51 +01:00