Commit: 451654639575fbdf7ad09f24875d205cb9a3f5e4
Author: David Persson | Date: 2010-02-12 14:27:11 +0100
diff --git a/extensions/command/Syntax.php b/extensions/command/Syntax.php
index 714843c..fbca34a 100644
--- a/extensions/command/Syntax.php
+++ b/extensions/command/Syntax.php
@@ -93,7 +93,7 @@ class Syntax extends \lithium\console\Command implements \spriebsch\PHPca\Progre
try {
$result = $app->run($this->php, $path, $config);
} catch (\Exception $e) {
- $this->error($message = $e->getMessage());
+ $this->out($message = $e->getMessage());
return $message == 'No PHP files to analyze';
}