summaryrefslogtreecommitdiff
path: root/buildscripts/phing/classes/phing/filters/ChainableReader.php
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/phing/classes/phing/filters/ChainableReader.php')
-rw-r--r--buildscripts/phing/classes/phing/filters/ChainableReader.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildscripts/phing/classes/phing/filters/ChainableReader.php b/buildscripts/phing/classes/phing/filters/ChainableReader.php
index c7de07c4..2b773dbe 100644
--- a/buildscripts/phing/classes/phing/filters/ChainableReader.php
+++ b/buildscripts/phing/classes/phing/filters/ChainableReader.php
@@ -1,7 +1,7 @@
<?php
/*
- * $Id: ChainableReader.php,v 1.2 2003/11/19 05:48:27 hlellelid Exp $
+ * $Id: fb9ebbb44f13ecc3693265e1b793ab17cea543a1 $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -24,6 +24,7 @@
* Interface indicating that a reader may be chained to another one.
*
* @author Magesh Umasankar
+ * @package phing.filters
*/
interface ChainableReader {
@@ -39,4 +40,4 @@ interface ChainableReader {
public function chain(Reader $rdr);
}
-?>
+