X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Floader%2Fclass_ClassLoader.php;h=50f34f3772edeabfe11fe5d2da8996c9bff37b9f;hp=0c54eb6343bd6950db1879e92b14981edb4e6a91;hb=2e80331da79b13c3094f9039d4c584e3e4b89894;hpb=53153d53377c7106c682d89a11b33987da67168f diff --git a/inc/loader/class_ClassLoader.php b/inc/loader/class_ClassLoader.php index 0c54eb63..50f34f37 100644 --- a/inc/loader/class_ClassLoader.php +++ b/inc/loader/class_ClassLoader.php @@ -69,7 +69,7 @@ class ClassLoader { private $ignoreList = array(); /** - * Debug this class loader? (true = yes, false = no) + * Debug this class loader? (TRUE = yes, FALSE = no) */ private $debug = FALSE; @@ -268,7 +268,7 @@ class ClassLoader { */ $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 . ' !');