Completed
Pull Request — develop (#891)
by Luke
03:50
created
src/N98/Magento/Command/Indexer/ListMviewCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
             $changelogName = $index->getData('changelog_name');
47 47
             $versionId = $index->getData('version_id');
48 48
             $pendingCount = $this->getPendingChangelogsCount($changelogName, $versionId);
49
-            if ($pendingCount>0) {
49
+            if ($pendingCount > 0) {
50 50
                 $pendingString = "<error>$pendingCount</error>";
51 51
             } else {
52 52
                 $pendingString = "<info>$pendingCount</info>";
Please login to merge, or discard this patch.