]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/resolver/commands/class_CommandResolver.php
Continued:
[core.git] / inc / main / interfaces / resolver / commands / class_CommandResolver.php
index 71e440b65f82d9a93f6f9bd7b1e05c096bb9a5fc..26750caffa799c2944b5d2ac4b14c5cf71f0678d 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Resolver\Command;
+
 /**
  * An instance for command resolver classes
  *
@@ -38,7 +41,5 @@ interface CommandResolver extends Resolver {
         * @throws      EmptyVariableException  Thrown if given command is not set
         */
        function isCommandValid ($commandName);
-}
 
-// [EOF]
-?>
+}