]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/file_directories/input/class_FrameworkFileInputPointer.php
Continued with file-based stacks and file i/o:
[core.git] / inc / classes / main / file_directories / input / class_FrameworkFileInputPointer.php
index bd14d9dbb6fe7180073384cced28ba3b6dff8586..e216c4b2d6bcfe28a6195aaf63b6d0fbe97b7fb7 100644 (file)
@@ -36,9 +36,9 @@ class FrameworkFileInputPointer extends BaseFileIo implements InputPointer {
         * Create a file pointer based on the given file. The file will also
         * be verified here.
         *
-        * @param               $fileName       The file name we shall pass to fopen()
+        * @param       $fileName       The file name we shall pass to fopen()
         * @throws      FileIsEmptyException    If the provided file name is empty.
-        * @throws      FileIoException         If fopen() returns not a file resource
+        * @throws      FileIoException                 If fopen() returns not a file resource
         * @return      void
         */
        public static final function createFrameworkFileInputPointer ($fileName) {