]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/resolver/command/html/class_Html
Rewrite continued:
[core.git] / framework / main / classes / resolver / command / html / class_Html
index cf4cc1df711632b27c815a10d1e11a0ec3edc8b0..06160b66f9eb826379ccebc2ebb6d1487cb25d99 100644 (file)
@@ -57,7 +57,7 @@ class Html???CommandResolver extends BaseCommandResolver implements CommandResol
                if (empty($commandName)) {
                        // Then thrown an exception here
                        throw new EmptyVariableException(array($resolverInstance, 'commandName'), self::EXCEPTION_UNEXPECTED_EMPTY_STRING);
-               } elseif ($resolverInstance->isCommandValid($commandName) === FALSE) {
+               } elseif ($resolverInstance->isCommandValid($commandName) === false) {
                        // Invalid command found
                        throw new InvalidCommandException(array($resolverInstance, $commandName), self::EXCEPTION_INVALID_COMMAND);
                }
@@ -68,7 +68,5 @@ class Html???CommandResolver extends BaseCommandResolver implements CommandResol
                // Return the prepared instance
                return $resolverInstance;
        }
-}
 
-// [EOF]
-?>
+}