Fixed
authorRoland Häder <haeder@hmmdeutschland.de>
Mon, 26 May 2014 07:54:09 +0000 (09:54 +0200)
committerRoland Häder <haeder@hmmdeutschland.de>
Mon, 26 May 2014 07:54:09 +0000 (09:54 +0200)
Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
inc/classes/main/file_directories/output/class_FrameworkFileOutputPointer.php

index 826acb074eedc9dd3954f37f8f7d92ccac09e268..35ff72e1e8966b16b31014d51296733c03f8e6c7 100644 (file)
@@ -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);
        }