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
Nicolas Grekas 44db4d1170 Merge branch '2.7' into 2.8
* 2.7:
  [2.7] Fix issues found by PHPStan
  Add php_unit_dedicate_assert to PHPCS
  [Intl] Update ICU data to 60.2
  [Console] fix a bug when you are passing a default value and passing -n would ouput the index
2017-12-20 11:59:01 +01:00
..
Annotation removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Exception [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Generator Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
Loader Merge branch '2.7' into 2.8 2017-11-05 16:25:56 +01:00
Matcher Merge branch '2.7' into 2.8 2017-12-14 11:27:36 -08:00
Tests Merge branch '2.7' into 2.8 2017-12-20 11:59:01 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Mention generating absolute urls in UPGRADE files and CHANGELOG 2016-06-17 16:58:54 +02:00
CompiledRoute.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
composer.json fixed Composer constraints 2017-02-18 11:13:35 -08:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RequestContext.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RequestContextAwareInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Route.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RouteCollection.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RouteCollectionBuilder.php [2.8] Fix some docblocks 2017-10-23 15:27:00 +02:00
RouteCompiler.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
RouteCompilerInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Router.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RouterInterface.php fixed CS 2012-07-09 14:54:20 +02:00

Routing Component

The Routing component maps an HTTP request to a set of configuration variables.

Resources