]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebConfirmCommand.php
'public static final' is correct
[core.git] / inc / classes / main / commands / web / class_WebConfirmCommand.php
index 5476212e6e61ab37b3060975361053bc7a015188..d882457603f4654ca7e130a1bc019e54644d185c 100644 (file)
@@ -38,7 +38,7 @@ class WebConfirmCommand extends BaseCommand implements Commandable {
         * @param       $resolverInstance       An instance of a command resolver class
         * @return      $commandInstance        An instance a prepared command class
         */
-       public final static function createWebConfirmCommand (CommandResolver $resolverInstance) {
+       public static final function createWebConfirmCommand (CommandResolver $resolverInstance) {
                // Get new instance
                $commandInstance = new WebConfirmCommand();