]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebProblemCommand.php
'public static final' is correct
[core.git] / inc / classes / main / commands / web / class_WebProblemCommand.php
index 7fab1c46809ccd1de220f0851f6630fc758219b1..a43d629791e7d830a06a6a1c6a5cbc2a454b0636 100644 (file)
@@ -38,7 +38,7 @@ class WebProblemCommand 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 createWebProblemCommand (CommandResolver $resolverInstance) {
+       public static final function createWebProblemCommand (CommandResolver $resolverInstance) {
                // Get new instance
                $commandInstance = new WebProblemCommand();