X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fio%2Fclass_FrameworkFileOutputPointer.php;h=a425d482e960052e8235a04513aae509cb4ef5b6;hp=2925a76cbc149ffee6864abe2b01fbfc79f7a4ec;hb=a3fa89c7cbc54491fc74f13db0927d14acf550c8;hpb=d42a36e7172e079d2ea3328d320e5be115b8bddb diff --git a/inc/classes/main/io/class_FrameworkFileOutputPointer.php b/inc/classes/main/io/class_FrameworkFileOutputPointer.php index 2925a76c..a425d482 100644 --- a/inc/classes/main/io/class_FrameworkFileOutputPointer.php +++ b/inc/classes/main/io/class_FrameworkFileOutputPointer.php @@ -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