Skip to content

Commit

Permalink
Fixed 'RouterInteface' typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IonBazan committed Dec 20, 2017
1 parent a8755cc commit 680f854
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions UPGRADE-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions UPGRADE-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 680f854

Please sign in to comment.