File tree 3 files changed +6
-6
lines changed
src/Symfony/Bundle/FrameworkBundle
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -204,12 +204,12 @@ FrameworkBundle
204
204
a `TypeError` in 4.0.
205
205
206
206
* `RouterDebugCommand::__construct()` now takes an instance of
207
- ` Symfony\C omponent\R outing\R outerInteface ` as
207
+ ` Symfony\C omponent\R outing\R outerInterface ` as
208
208
first argument. Not passing it is deprecated and will throw
209
209
a `TypeError` in 4.0.
210
210
211
211
* `RouterMatchCommand::__construct()` now takes an instance of
212
- ` Symfony\C omponent\R outing\R outerInteface ` as
212
+ ` Symfony\C omponent\R outing\R outerInterface ` as
213
213
first argument. Not passing it is deprecated and will throw
214
214
a `TypeError` in 4.0.
215
215
Original file line number Diff line number Diff line change @@ -535,11 +535,11 @@ FrameworkBundle
535
535
first argument.
536
536
537
537
* `RouterDebugCommand::__construct()` now requires an instance of
538
- ` Symfony\C omponent\R outing\R outerInteface ` as
538
+ ` Symfony\C omponent\R outing\R outerInterface ` as
539
539
first argument.
540
540
541
541
* `RouterMatchCommand::__construct()` now requires an instance of
542
- ` Symfony\C omponent\R outing\R outerInteface ` as
542
+ ` Symfony\C omponent\R outing\R outerInterface ` as
543
543
first argument.
544
544
545
545
* `TranslationDebugCommand::__construct()` now requires an instance of
Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ CHANGELOG
44
44
` Symfony\Component\EventDispatcher\EventDispatcherInterface ` as
45
45
first argument
46
46
* ` RouterDebugCommand::__construct() ` now takes an instance of
47
- ` Symfony\Component\Routing\RouterInteface ` as
47
+ ` Symfony\Component\Routing\RouterInterface ` as
48
48
first argument
49
49
* ` RouterMatchCommand::__construct() ` now takes an instance of
50
- ` Symfony\Component\Routing\RouterInteface ` as
50
+ ` Symfony\Component\Routing\RouterInterface ` as
51
51
first argument
52
52
* ` TranslationDebugCommand::__construct() ` now takes an instance of
53
53
` Symfony\Component\Translation\TranslatorInterface ` as
You can’t perform that action at this time.
0 commit comments