'public static final' is correct
authorRoland Häder <roland@mxchange.org>
Mon, 28 Feb 2011 00:14:20 +0000 (00:14 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 28 Feb 2011 00:14:20 +0000 (00:14 +0000)
application/qa/class_ApplicationHelper.php

index 8fcf4bda7f75b8494f1febf5e45b8b59149f6b5c..3c55fcb7833a4a1764cf8994194c5d4a1d42286a 100644 (file)
@@ -80,7 +80,7 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
         *
         * @return      $thisInstance           An instance of this class
         */
-       public final static function getInstance () {
+       public static final function getInstance () {
                // Is the instance there?
                if (is_null(self::$thisInstance)) {
                        self::$thisInstance = new ApplicationHelper();