Skip to content

Commit

Permalink
Less verbose check status.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed May 22, 2012
1 parent 070beb8 commit 589d8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/command/Syntax.php
Expand Up @@ -118,7 +118,7 @@ public function run() {
}

public function showProgress($file, Result $result, Application $application) {
$message = 'syntax check of `' . str_replace($this->_project . '/', null, $file) . '`';
$message = str_replace($this->_project . '/', null, $file);
$self = $this;

$format = function ($result) use ($self) {
Expand Down

0 comments on commit 589d8ba

Please sign in to comment.