]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/class_FrameworkException.php
Some cleanups, more usage of ObjectFactory:
[core.git] / inc / classes / exceptions / class_FrameworkException.php
index c5ccc0aec023b6e41a039a88858777140187be3f..e32bdefbd2aa7addef9e957edd3428d958ddae8d 100644 (file)
@@ -172,7 +172,7 @@ abstract class FrameworkException extends ReflectionException {
         * @param       $code           Integer code to encode in hex
         * @return      $hexCode        The exception code in hex-decimal format
         */
-       public final function getHexCode ($code = null) {
+       public final function getHexCode ($code = NULL) {
                // Get the decimal code
                if (is_null($code)) $code = $this->getCode();