X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Ffile_directories%2Foutput%2Fclass_FrameworkFileOutputPointer.php;h=35ff72e1e8966b16b31014d51296733c03f8e6c7;hp=826acb074eedc9dd3954f37f8f7d92ccac09e268;hb=27f16d1263fbb32dda784f1c71c90ccdb1e202e0;hpb=43a245de11669d9da341a2db7a35b956871adeb9 diff --git a/inc/classes/main/file_directories/output/class_FrameworkFileOutputPointer.php b/inc/classes/main/file_directories/output/class_FrameworkFileOutputPointer.php index 826acb07..35ff72e1 100644 --- a/inc/classes/main/file_directories/output/class_FrameworkFileOutputPointer.php +++ b/inc/classes/main/file_directories/output/class_FrameworkFileOutputPointer.php @@ -119,7 +119,7 @@ class FrameworkFileOutputPointer extends BaseFileIo implements OutputPointer { * @return $isValid Whether the next entry is valid * @throws UnsupportedOperationException If this method is called */ - public function valid (); + public function valid () { throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); }