You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migrations/42-43/new-deprecations.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,12 @@ Planned to be removed in Joomla! 6.0 alias added to the combat plugin in 5.0.
56
56
* components/com_newsfeeds/helpers/route.php
57
57
* components/com_tags/helpers/route.php
58
58
59
+
# Classes made final
60
+
61
+
##### \Joomla\CMS\Log\DelegatingPsrLogger
62
+
File: libraries/src/Log/DelegatingPsrLogger.php
63
+
64
+
Class becomes final and marked internal, therefore it cannot be overridden ([reasoning](https://github.com/joomla/joomla-cms/pull/39134#issuecomment-1316841537)).
0 commit comments