summaryrefslogtreecommitdiff
path: root/buildscripts/phing/classes/phing/types/Mapper.php
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/phing/classes/phing/types/Mapper.php')
-rw-r--r--buildscripts/phing/classes/phing/types/Mapper.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildscripts/phing/classes/phing/types/Mapper.php b/buildscripts/phing/classes/phing/types/Mapper.php
index f0df6d24..03042c64 100644
--- a/buildscripts/phing/classes/phing/types/Mapper.php
+++ b/buildscripts/phing/classes/phing/types/Mapper.php
@@ -1,6 +1,6 @@
<?php
/*
- * $Id: Mapper.php,v 1.11 2004/03/15 17:11:16 hlellelid Exp $
+ * $Id: bab760877500c0bb1ed4d6879c7e31c60c3fd307 $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -134,7 +134,7 @@ class Mapper extends DataType {
*
* You must not set any other attribute if you make it a reference.
*/
- function setRefid($r) {
+ function setRefid(Reference $r) {
if ($this->type !== null || $this->from !== null || $this->to !== null) {
throw DataType::tooManyAttributes();
}
@@ -204,4 +204,4 @@ class Mapper extends DataType {
}
}
-?>
+