]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/resolver/command/class_BaseCommandResolver.php
Refacuring:
[core.git] / framework / main / classes / resolver / command / class_BaseCommandResolver.php
index 53a24d617f3e6efaf59d6fb3a16025345d69f1af..9d5177aa4575fe5eb5c4b5e3bc1c55c52d86f84b 100644 (file)
@@ -207,7 +207,7 @@ abstract class BaseCommandResolver extends BaseResolver {
         * @return      $isValid                Whether the given command is valid
         * @throws      InvalidArgumentException        Thrown if given command is not set
         */
-       protected function isCommandValid ($namespace, $commandName) {
+       protected function isCommandValid (string $namespace, string $commandName) {
                // Is namespace and command name set?
                if (empty($namespace)) {
                        // Then thrown an exception here