'public static final' is correct
[core.git] / inc / classes / main / io / class_FrameworkFileOutputPointer.php
index 2925a76cbc149ffee6864abe2b01fbfc79f7a4ec..a425d482e960052e8235a04513aae509cb4ef5b6 100644 (file)
@@ -64,7 +64,7 @@ class FrameworkFileOutputPointer extends BaseFrameworkSystem {
         * @throws      FileIoException         If fopen() returns not a file resource
         * @return      void
         */
-       public final static function createFrameworkFileOutputPointer ($fileName, $mode) {
+       public static final function createFrameworkFileOutputPointer ($fileName, $mode) {
                // Some pre-sanity checks...
                if (is_null($fileName)) {
                        // No filename given