Fixed 'RouterInteface' typo

This commit is contained in:
Ion Bazan 2017-12-20 16:01:44 +01:00
parent a8755cc7d7
commit 680f85478c
No known key found for this signature in database
GPG Key ID: 1A34CD18036D02D3
3 changed files with 6 additions and 6 deletions

View File

@ -204,12 +204,12 @@ FrameworkBundle
a `TypeError` in 4.0.
* `RouterDebugCommand::__construct()` now takes an instance of
`Symfony\Component\Routing\RouterInteface` as
`Symfony\Component\Routing\RouterInterface` as
first argument. Not passing it is deprecated and will throw
a `TypeError` in 4.0.
* `RouterMatchCommand::__construct()` now takes an instance of
`Symfony\Component\Routing\RouterInteface` as
`Symfony\Component\Routing\RouterInterface` as
first argument. Not passing it is deprecated and will throw
a `TypeError` in 4.0.

View File

@ -535,11 +535,11 @@ FrameworkBundle
first argument.
* `RouterDebugCommand::__construct()` now requires an instance of
`Symfony\Component\Routing\RouterInteface` as
`Symfony\Component\Routing\RouterInterface` as
first argument.
* `RouterMatchCommand::__construct()` now requires an instance of
`Symfony\Component\Routing\RouterInteface` as
`Symfony\Component\Routing\RouterInterface` as
first argument.
* `TranslationDebugCommand::__construct()` now requires an instance of

View File

@ -44,10 +44,10 @@ CHANGELOG
`Symfony\Component\EventDispatcher\EventDispatcherInterface` as
first argument
* `RouterDebugCommand::__construct()` now takes an instance of
`Symfony\Component\Routing\RouterInteface` as
`Symfony\Component\Routing\RouterInterface` as
first argument
* `RouterMatchCommand::__construct()` now takes an instance of
`Symfony\Component\Routing\RouterInteface` as
`Symfony\Component\Routing\RouterInterface` as
first argument
* `TranslationDebugCommand::__construct()` now takes an instance of
`Symfony\Component\Translation\TranslatorInterface` as