diff options
Diffstat (limited to 'buildscripts/phing/tasks/ZendCodeAnalyzerTask.php')
-rw-r--r-- | buildscripts/phing/tasks/ZendCodeAnalyzerTask.php | 2 |
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 { |