summaryrefslogtreecommitdiff
path: root/buildscripts/phing/tasks/ZendCodeAnalyzerTask.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/ZendCodeAnalyzerTask.php
parent12c16fb3c7314b51d74dcaffdca4d311c6fad8c0 (diff)
Changed my email address
Diffstat (limited to 'buildscripts/phing/tasks/ZendCodeAnalyzerTask.php')
-rw-r--r--buildscripts/phing/tasks/ZendCodeAnalyzerTask.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/phing/tasks/ZendCodeAnalyzerTask.php b/buildscripts/phing/tasks/ZendCodeAnalyzerTask.php
index e53dc887..b6eafc02 100644
--- a/buildscripts/phing/tasks/ZendCodeAnalyzerTask.php
+++ b/buildscripts/phing/tasks/ZendCodeAnalyzerTask.php
@@ -26,7 +26,7 @@ require_once 'phing/Task.php';
* var-global-unused Global variable 'fixErrors' is defined but never used.
* break-depth Break/continue with depth more than current nesting level.
*
- * @author Knut Urdalen <knut.urdalen@telio.no>
+ * @author Knut Urdalen <knut.urdalen@gmail.com>
* @package phing.tasks.ext
*/
class ZendCodeAnalyzerTask extends Task {