Completed
Push — symfony-console ( 505007...6e7652 )
by Arnaud
02:41 queued 10s
created
src/Command/Command.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
      */
89 89
     public function messageCallback(OutputInterface $output)
90 90
     {
91
-        return function ($code, $message = '', $itemsCount = 0, $itemsMax = 0) use ($output) {
91
+        return function($code, $message = '', $itemsCount = 0, $itemsMax = 0) use ($output) {
92 92
             if ($this->quiet) {
93 93
                 return;
94 94
             } else {
Please login to merge, or discard this patch.
src/Command/ShowContent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
             $output->writeln(sprintf('<info>%s/</info>', $this->contentDir));
52 52
             $pages = $this->getPagesTree($output);
53 53
             //if ($this->getConsole()->isUtf8()) {
54
-            $unicodeTreePrefix = function (RecursiveTreeIterator $tree) {
54
+            $unicodeTreePrefix = function(RecursiveTreeIterator $tree) {
55 55
                 $prefixParts = [
56 56
                     RecursiveTreeIterator::PREFIX_LEFT         => ' ',
57 57
                     RecursiveTreeIterator::PREFIX_MID_HAS_NEXT => '│ ',
Please login to merge, or discard this patch.