Continued with file-based stacks and file i/o:
[core.git] / inc / classes / main / file_directories / output / class_FrameworkFileOutputPointer.php
index a3da18563a2fb3ec4d3d1c71a045a677e87fd206..94db1bcdc501290c863fa06698569d5bc431edc0 100644 (file)
@@ -39,7 +39,7 @@ class FrameworkFileOutputPointer extends BaseFileIo implements OutputPointer {
         * @param       $fileName       The file name we shall pass to fopen()
         * @param       $mode           The output mode ('w', 'a' are valid)
         * @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 createFrameworkFileOutputPointer ($fileName, $mode) {