]> git.mxchange.org Git - core.git/blobdiff - framework/main/tests/resolver/command/console/class_TestsConsoleCommandResolver.php
Refacuring:
[core.git] / framework / main / tests / resolver / command / console / class_TestsConsoleCommandResolver.php
index 7c9aac58c48d92dfbb6f108b77da75fba1439070..631f1f1cb075025d7bb4623ff8a8a1b929410d75 100644 (file)
@@ -54,7 +54,7 @@ class TestsConsoleCommandResolver extends BaseCommandResolver implements Command
         * @throws      InvalidArgumentException                Thrown if default command is not set
         * @throws      InvalidCommandException         Thrown if default command is invalid
         */
-       public static final function createTestsConsoleCommandResolver ($commandName) {
+       public static final function createTestsConsoleCommandResolver (string $commandName) {
                // Create the new instance
                $resolverInstance = new TestsConsoleCommandResolver();