8000 minor #25566 Fixed 'RouterInteface' typo (IonBazan) · symfony/symfony@21dca38 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21dca38

Browse files
minor #25566 Fixed 'RouterInteface' typo (IonBazan)
This PR was merged into the 3.4 branch. Discussion ---------- Fixed 'RouterInteface' typo | Q | A | ------------- | --- | Branch? | 3.4 - 4.0 <!-- see below --> | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget to update UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | - <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | - This fixes a minor typo in UPGRADE and README files. My proposal is to add a check for this common mistake on fabpot.io too. Commits ------- 680f854 Fixed 'RouterInteface' typo
2 parents a8755cc + 680f854 commit 21dca38

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