Skip to content

Commit dc9587a

Browse files
authored
Language class deprecation
1 parent 4b6ba27 commit dc9587a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

migrations/44-50/removed-backward-incompatibility.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@ public function offsetSet(...) --> public function offsetSet(...): void
8686
public function offsetUnset(...) --> public function offsetUnset(...): void
8787
```
8888

89+
#### libraries/src/Language/Language.php
90+
91+
\Joomla\CMS\Language\Language extends now from \Joomla\Language\Language
92+
93+
Duplicated code which is extended from the framework has been removed
94+
95+
```php
96+
public function debugFile(...) --> public function debugFile(string $filename): int
97+
```
98+
8999
### Menus controller resync function got removed
90100
- PR: https://github.com/joomla/joomla-cms/pull/40336
91101
- Description: The resync function in the administrator MenusController class is only used for the 1.5 to 1.6 upgrade routine.

0 commit comments

Comments
 (0)