]> git.mxchange.org Git - core.git/blobdiff - inc/loader/class_ClassLoader.php
Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[core.git] / inc / loader / class_ClassLoader.php
index 0c54eb6343bd6950db1879e92b14981edb4e6a91..50f34f3772edeabfe11fe5d2da8996c9bff37b9f 100644 (file)
@@ -69,7 +69,7 @@ class ClassLoader {
        private $ignoreList = array();
 
        /**
        private $ignoreList = array();
 
        /**
-        * Debug this class loader? (true = yes, false = no)
+        * Debug this class loader? (TRUE = yes, FALSE = no)
         */
        private $debug = FALSE;
 
         */
        private $debug = FALSE;
 
@@ -268,7 +268,7 @@ class ClassLoader {
                 */
                $basePath2 = realpath($basePath);
 
                 */
                $basePath2 = realpath($basePath);
 
-               // If the basePath is false it is invalid
+               // If the basePath is FALSE it is invalid
                if ($basePath2 === FALSE) {
                        /* @todo: Do not die here. */
                        exit(__METHOD__ . ':Cannot read ' . $basePath . ' !');
                if ($basePath2 === FALSE) {
                        /* @todo: Do not die here. */
                        exit(__METHOD__ . ':Cannot read ' . $basePath . ' !');