From 6fb00cbbf33a9d3f59d050683b528836c7888752 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 27 Jan 2023 17:56:55 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B05388=20-=20PHP=208.2:=20Fix=20dynamic=20?= =?UTF-8?q?properties=20to=20standard=20declared=20properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/exceptions/CoreException.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/exceptions/CoreException.php b/application/exceptions/CoreException.php index a33c308d4..847ce9eeb 100644 --- a/application/exceptions/CoreException.php +++ b/application/exceptions/CoreException.php @@ -6,6 +6,10 @@ class CoreException extends Exception { + protected $m_sIssue; + protected $m_sImpact; + protected $m_aContextData; + /** * CoreException constructor. *