From 56eb30d08f5406457b8499d69811080a7d3baeb4 Mon Sep 17 00:00:00 2001 From: Tom van der Laan Date: Tue, 30 Jan 2024 11:50:28 +0000 Subject: [PATCH] Update Moving from J to Namespace.md --- Moving from J to Namespace.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Moving from J to Namespace.md b/Moving from J to Namespace.md index 7fe211e..8f46021 100644 --- a/Moving from J to Namespace.md +++ b/Moving from J to Namespace.md @@ -8,9 +8,9 @@ Class map in J5: How to handle Classes that have no new counterparts like: -- Jerror -JError::raiseError() should be replaced with native exceptions. -JError::raiseWarning() and JError::raiseNotice should be replaced with calls to application's enqueueMessage() method to display warnings/notices. +- JError + - JError::raiseError() should be replaced with native exceptions. + - JError::raiseWarning() and JError::raiseNotice should be replaced with calls to application's enqueueMessage() method to display warnings/notices. -More info on backwars compatible issues: +More info on backwards compatible issues: [https://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_4] \ No newline at end of file