File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,16 @@ public function offsetSet(...) --> public function offsetSet(...): void
8686public 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.
You can’t perform that action at this time.
0 commit comments