minor #30387 add deprecated router options to upgrade files (xabbuh)

This PR was merged into the 4.3-dev branch.

Discussion
----------

add deprecated router options to upgrade files

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | https://github.com/symfony/symfony/pull/30249#issuecomment-464669431
| License       | MIT
| Doc PR        |

Commits
-------

c3da27a839 add deprecated router options to upgrade files
This commit is contained in:
Fabien Potencier 2019-03-03 19:03:09 +01:00
commit da292431bf
2 changed files with 12 additions and 0 deletions

View File

@ -50,6 +50,12 @@ HttpFoundation
* The `FileinfoMimeTypeGuesser` class has been deprecated,
use `Symfony\Component\Mime\FileinfoMimeTypeGuesser` instead.
Routing
-------
* The `generator_base_class`, `generator_cache_class`, `matcher_base_class`, and `matcher_cache_class` router
options have been deprecated.
Security
--------

View File

@ -223,6 +223,12 @@ Process
$process = Process::fromShellCommandline('ls -l');
```
Routing
-------
* The `generator_base_class`, `generator_cache_class`, `matcher_base_class`, and `matcher_cache_class` router
options have been removed.
Security
--------