8000 Fixed 'RouterInteface' typo · symfony/symfony@680f854 · GitHub
[go: up one dir, main page]

Skip to content

Commit 680f854

Browse files
committed
Fixed 'RouterInteface' typo
1 parent a8755cc commit 680f854

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

UPGRADE-3.4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,12 @@ FrameworkBundle
204204
a `TypeError` in 4.0.
205205

206206
* `RouterDebugCommand::__construct()` now takes an instance of
207-
`Symfony\Component\Routing\RouterInteface` as
207+
`Symfony\Component\Routing\RouterInterface` as
208208
first argument. Not passing it is deprecated and will throw
209209
a `TypeError` in 4.0.
210210

211211
* `RouterMatchCommand::__construct()` now takes an instance of
212-
`Symfony\Component\Routing\RouterInteface` as
212+
`Symfony\Component\Routing\RouterInterface` as
213213
first argument. Not passing it is deprecated and will throw
214214
a `TypeError` in 4.0.
215215

UPGRADE-4.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,11 +535,11 @@ FrameworkBundle
535535
first argument.
536536

537537
* `RouterDebugCommand::__construct()` now requires an instance of
538-
`Symfony\Component\Routing\RouterInteface` as
538+
`Symfony\Component\Routing\RouterInterface` as
539539
first argument.
540540

541541
* `RouterMatchCommand::__construct()` now requires an instance of
542-
`Symfony\Component\Routing\RouterInteface` as
542+
`Symfony\Component\Routing\RouterInterface` as
543543
first argument.
544544

545545
* `TranslationDebugCommand::__construct()` now requires an instance of

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ CHANGELOG
4444
`Symfony\Component\EventDispatcher\EventDispatcherInterface` as
4545
first argument
4646
* `RouterDebugCommand::__construct()` now takes an instance of
47-
`Symfony\Component\Routing\RouterInteface` as
47+
`Symfony\Component\Routing\RouterInterface` as
4848
first argument
4949
* `RouterMatchCommand::__construct()` now takes an instance of
50-
`Symfony\Component\Routing\RouterInteface` as
50+
`Symfony\Component\Routing\RouterInterface` as
5151
first argument
5252
* `TranslationDebugCommand::__construct()` now takes an instance of
5353
`Symfony\Component\Translation\TranslatorInterface` as

0 commit comments

Comments
 (0)
0