Fixed
[core.git] / 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);
        }