]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/io/class_FrameworkFileInputPointer.php
All empty double-quoted strings replaced with single-quotes
[core.git] / inc / classes / main / io / class_FrameworkFileInputPointer.php
index ad16db1ffd0aa1fa6093e3a81bd3591caf906566..8098d60425e436a6a468e1ad622322a56e00fc28 100644 (file)
@@ -25,7 +25,7 @@ class FrameworkFileInputPointer extends BaseFrameworkSystem {
        /**
         * The current file we are working in
         */
-       private $fileName = "";
+       private $fileName = '';
 
        /**
         * The file pointer
@@ -168,7 +168,7 @@ class FrameworkFileInputPointer extends BaseFrameworkSystem {
                // Close the file pointer and reset the instance variable
                @fclose($this->getPointer());
                $this->setPointer(null);
-               $this->setFileName("");
+               $this->setFileName('');
        }
 
        /**