]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/class_FrameworkException.php
All empty double-quoted strings replaced with single-quotes
[core.git] / inc / classes / exceptions / class_FrameworkException.php
index a1bd5693158799353339ae8f64e8a9c9dc6e68a6..4c1c73a979feaf12101865619cd9ee5da1b07653 100644 (file)
@@ -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.": <pre>".htmlentities(print_r($dbgInfo['args'], true))."</pre>";
-                               $info = "";
+                               $info = '';
                                foreach ($dbgInfo['args'] as $debug) {
                                        // Add only non-array elements
                                        if (!is_array($debug)) {