From 27f16d1263fbb32dda784f1c71c90ccdb1e202e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 26 May 2014 09:54:09 +0200 Subject: [PATCH 1/1] Fixed MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../output/class_FrameworkFileOutputPointer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2