From: Roland Häder Date: Mon, 26 May 2014 07:54:09 +0000 (+0200) Subject: Fixed X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=27f16d1263fbb32dda784f1c71c90ccdb1e202e0 Fixed Signed-off-by: Roland Häder --- 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); }