summaryrefslogtreecommitdiff
path: root/buildscripts/phing/tasks/PhpLintTask.php
diff options
context:
space:
mode:
authorknut <>2006-05-08 13:36:50 +0000
committerknut <>2006-05-08 13:36:50 +0000
commit92dca3315f083f00dcff610ea207af52284d0616 (patch)
tree42e5fbfa9c3c023a2b6a71c349c7c0a6565020f4 /buildscripts/phing/tasks/PhpLintTask.php
parent12c16fb3c7314b51d74dcaffdca4d311c6fad8c0 (diff)
Changed my email address
Diffstat (limited to 'buildscripts/phing/tasks/PhpLintTask.php')
-rw-r--r--buildscripts/phing/tasks/PhpLintTask.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/phing/tasks/PhpLintTask.php b/buildscripts/phing/tasks/PhpLintTask.php
index 2fd89fc3..37c19de1 100644
--- a/buildscripts/phing/tasks/PhpLintTask.php
+++ b/buildscripts/phing/tasks/PhpLintTask.php
@@ -4,7 +4,7 @@ require_once 'phing/Task.php';
/**
* A PHP lint task. Checking syntax of one or more PHP source file.
*
- * @author Knut Urdalen <knut.urdalen@telio.no>
+ * @author Knut Urdalen <knut.urdalen@gmail.com>
* @package phing.tasks.ext
*/
class PhpLintTask extends Task {