Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2020 22:44:25 +0000 (23:44 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2020 22:44:25 +0000 (23:44 +0100)
- ops, copy-paste mistake

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/resolver/command/class_BaseCommandResolver.php

index a7f0e916db16a27b780997c74cf4927b03d481bd..f064b30ffe8a4cfd0c5b549e2c49f6cf80b457e8 100644 (file)
@@ -141,9 +141,9 @@ abstract class BaseCommandResolver extends BaseResolver {
                if (empty($namespace)) {
                        // Then thrown an exception here
                        throw new InvalidArgumentException('Parameter "namespace" is empty');
-               } elseif (empty($actionName)) {
+               } elseif (empty($commandName)) {
                        // Then thrown an exception here
-                       throw new InvalidArgumentException('Parameter "actionName" is empty');
+                       throw new InvalidArgumentException('Parameter "commandName" is empty');
                }
 
                // Initiate the instance variable