Completed
Push — symfony-console ( c3b3e5...f34f7f )
by Arnaud
01:52
created
src/Command/ShowContent.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
             $output->writeln(sprintf('<info>%s/</info>', $contentDir));
47 47
             $pages = $this->getPagesTree($output, $contentDir);
48 48
             //if ($this->getConsole()->isUtf8()) {
49
-            $unicodeTreePrefix = function (RecursiveTreeIterator $tree) {
49
+            $unicodeTreePrefix = function(RecursiveTreeIterator $tree) {
50 50
                 $prefixParts = [
51 51
                     RecursiveTreeIterator::PREFIX_LEFT         => ' ',
52 52
                     RecursiveTreeIterator::PREFIX_MID_HAS_NEXT => '│ ',
Please login to merge, or discard this patch.
src/Command/Command.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
      */
180 180
     public function messageCallback(OutputInterface $output)
181 181
     {
182
-        return function ($code, $message = '', $itemsCount = 0, $itemsMax = 0) use ($output) {
182
+        return function($code, $message = '', $itemsCount = 0, $itemsMax = 0) use ($output) {
183 183
             if (strpos($code, '_PROGRESS') !== false) {
184 184
                 if ($output->isVerbose()) {
185 185
                     if ($itemsCount > 0) {
Please login to merge, or discard this patch.