summaryrefslogtreecommitdiff
path: root/buildscripts/phing/classes/phing/parser/Location.php
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/phing/classes/phing/parser/Location.php')
-rwxr-xr-x[-rw-r--r--]buildscripts/phing/classes/phing/parser/Location.php12
1 files changed, 8 insertions, 4 deletions
diff --git a/buildscripts/phing/classes/phing/parser/Location.php b/buildscripts/phing/classes/phing/parser/Location.php
index fd79866c..4110bd00 100644..100755
--- a/buildscripts/phing/classes/phing/parser/Location.php
+++ b/buildscripts/phing/classes/phing/parser/Location.php
@@ -1,6 +1,6 @@
<?php
/*
- * $Id: Location.php,v 1.6 2003/12/24 13:02:09 hlellelid Exp $
+ * $Id: ffb9bc98eef0f4e535f60388d52b7495c539f682 $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -22,9 +22,9 @@
/**
* Stores the file name and line number of a XML file
*
- * @author Andreas Aderhold <andi@binarycloud.com>
- * @copyright © 2001,2002 THYRELL. All rights reserved
- * @version $Revision: 1.6 $ $Date: 2003/12/24 13:02:09 $
+ * @author Andreas Aderhold <andi@binarycloud.com>
+ * @copyright 2001,2002 THYRELL. All rights reserved
+ * @version $Id$
* @access public
* @package phing.parser
*/
@@ -69,4 +69,8 @@ class Location {
}
return (string) $buf;
}
+
+ function __toString () {
+ return $this->toString();
+ }
}