'public static final' is correct
[core.git] / inc / classes / main / commands / web / class_WebResendLinkCommand.php
index 25b0bd87254c7e470e0c845df15d9ad2a49f4ba8..453b2ef114e0e7d8a014e6576a8464d70333bfd3 100644 (file)
@@ -38,7 +38,7 @@ class WebResendLinkCommand 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 createWebResendLinkCommand (CommandResolver $resolverInstance) {
+       public static final function createWebResendLinkCommand (CommandResolver $resolverInstance) {
                // Get new instance
                $commandInstance = new WebResendLinkCommand();