X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Ffile_directories%2Fclass_BaseFileIo.php;h=845032a0980511be1f0f1a861d91a2ce38e64d5c;hp=cd07f7fbc42123c816b63a7055d2d79b42a95950;hb=4d5e646e386c113daa781f39b90ae4ec7ee17de9;hpb=a863937b246c06e143d147fe4108543056971472 diff --git a/inc/classes/main/file_directories/class_BaseFileIo.php b/inc/classes/main/file_directories/class_BaseFileIo.php index cd07f7fb..845032a0 100644 --- a/inc/classes/main/file_directories/class_BaseFileIo.php +++ b/inc/classes/main/file_directories/class_BaseFileIo.php @@ -61,11 +61,10 @@ class BaseFileIo extends BaseFrameworkSystem { /** * Close a file source and set it's instance to null and the file name - * to empty + * to empty. * * @return void - * @throws NullPointerException If the file pointer instance - * is not set by setPointer() + * @throws NullPointerException If the file pointer instance is not set by setPointer() * @throws InvalidResourceException If there is being set */ public function closeFile () { @@ -96,8 +95,7 @@ class BaseFileIo extends BaseFrameworkSystem { /** * Getter for the file pointer * - * @return $filePointer The file pointer which shall be a valid - * file resource + * @return $filePointer The file pointer which shall be a valid file resource */ public final function getPointer () { return $this->filePointer;