'public static final' is correct
[core.git] / inc / classes / main / output / class_WebOutput.php
index 218fbc2c7fd4d25e3ee9cb7560c12d78587a54fa..b0f2f4e300a9c3858034c671ef8f3a1975d4b226 100644 (file)
@@ -44,7 +44,7 @@ class WebOutput extends BaseFrameworkSystem implements OutputStreamer, Registera
         * @param       $applicationInstance    An instance of a ManageableApplication class
         * @return      $debugInstance                  An instance of this middleware class
         */
-       public final static function createWebOutput (ManageableApplication $applicationInstance) {
+       public static final function createWebOutput (ManageableApplication $applicationInstance) {
                // Is there no instance?
                if (is_null(self::$webInstance)) {
                        // Get a new instance and set it