X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fclass_FrameworkException.php;h=4c1c73a979feaf12101865619cd9ee5da1b07653;hp=a1bd5693158799353339ae8f64e8a9c9dc6e68a6;hb=3107989f93cfb5808ce9d75f1c7d2b7ee3d83d18;hpb=50a2fbc1580b231e2ec9a1f471b7e25e3744a2b6 diff --git a/inc/classes/exceptions/class_FrameworkException.php b/inc/classes/exceptions/class_FrameworkException.php index a1bd5693..4c1c73a9 100644 --- a/inc/classes/exceptions/class_FrameworkException.php +++ b/inc/classes/exceptions/class_FrameworkException.php @@ -32,7 +32,7 @@ abstract class FrameworkException extends ReflectionException { /** * Extra data */ - private $extraData = ""; + private $extraData = ''; /** * The super constructor for all exceptions @@ -118,7 +118,7 @@ abstract class FrameworkException extends ReflectionException { // Are there arguments? if ((isset($dbgInfo['args'])) && (is_array($dbgInfo['args'])) && (isset($dbgInfo['args'][0]))) { //* DEBUG: */ echo $dbgIndex.":
".htmlentities(print_r($dbgInfo['args'], true))."
"; - $info = ""; + $info = ''; foreach ($dbgInfo['args'] as $debug) { // Add only non-array elements if (!is_array($debug)) {