X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Ffile_directories%2Finput%2Fclass_FrameworkFileInputPointer.php;h=e216c4b2d6bcfe28a6195aaf63b6d0fbe97b7fb7;hp=bd14d9dbb6fe7180073384cced28ba3b6dff8586;hb=f18669b3ece63a283957eb0114967d322648094a;hpb=0a638eea103f0f2b6c48374cb8d01e68893f5a65;ds=sidebyside diff --git a/inc/classes/main/file_directories/input/class_FrameworkFileInputPointer.php b/inc/classes/main/file_directories/input/class_FrameworkFileInputPointer.php index bd14d9db..e216c4b2 100644 --- a/inc/classes/main/file_directories/input/class_FrameworkFileInputPointer.php +++ b/inc/classes/main/file_directories/input/class_FrameworkFileInputPointer.php @@ -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) {