浏览代码

Update CompileStatsCommand.php

Samuel Denis-D'Ortun 7 年之前
父节点
当前提交
346f34d7b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Packagist/WebBundle/Command/CompileStatsCommand.php

+ 1 - 1
src/Packagist/WebBundle/Command/CompileStatsCommand.php

@@ -117,7 +117,7 @@ class CompileStatsCommand extends ContainerAwareCommand
             $ids[] = $row['id'];
         }
 
-         if ($verbose) {
+        if ($verbose) {
             $output->writeln('Writing new trendiness data into redis');
         }