]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/image/class_ImageCodeCaptchaCommand.php
'public static final' is correct
[core.git] / inc / classes / main / commands / image / class_ImageCodeCaptchaCommand.php
index 61554f83108d2d47a92545251d329a1946a561b0..8e245d93f26a8060b5f363a0f3fcc75173c8eb49 100644 (file)
@@ -38,7 +38,7 @@ class ImageCodeCaptchaCommand 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 createImageCodeCaptchaCommand (CommandResolver $resolverInstance) {
+       public static final function createImageCodeCaptchaCommand (CommandResolver $resolverInstance) {
                // Get new instance
                $commandInstance = new ImageCodeCaptchaCommand();