'public static final' is correct
[core.git] / inc / classes / main / auth / class_CookieAuth.php
index 0d8ed6bf75c30dfea5806b35dbcffa9b52802af7..edaed68503cb78c48c5350b6442cc200cddfe128 100644 (file)
@@ -38,7 +38,7 @@ class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registera
         * @param       $responseInstance       An instance of a Responseable class
         * @return      $loginInstance          An instance of this login class
         */
-       public final static function createCookieAuth (Responseable $responseInstance) {
+       public static final function createCookieAuth (Responseable $responseInstance) {
                // Get a new instance
                $loginInstance = new CookieAuth();