X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fio%2Fclass_FrameworkFileOutputPointer.php;h=0506adde8ae5f6d92d911162073a1f1529fb1752;hp=6c555bdffbc7645701b9208cbfdc2e721de64ec6;hb=3107989f93cfb5808ce9d75f1c7d2b7ee3d83d18;hpb=50a2fbc1580b231e2ec9a1f471b7e25e3744a2b6 diff --git a/inc/classes/main/io/class_FrameworkFileOutputPointer.php b/inc/classes/main/io/class_FrameworkFileOutputPointer.php index 6c555bdf..0506adde 100644 --- a/inc/classes/main/io/class_FrameworkFileOutputPointer.php +++ b/inc/classes/main/io/class_FrameworkFileOutputPointer.php @@ -25,7 +25,7 @@ class FrameworkFileOutputPointer extends BaseFrameworkSystem { /** * The current file we are working in */ - private $fileName = ""; + private $fileName = ''; /** * The file pointer @@ -138,7 +138,7 @@ class FrameworkFileOutputPointer extends BaseFrameworkSystem { // Close the file pointer and reset the instance variable @fclose($this->getPointer()); $this->setPointer(null); - $this->setFileName(""); + $this->setFileName(''); } /**