@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | $dataDir = $this->getBuilder($output)->getConfig()->get('data.dir'); |
48 | 48 | |
49 | 49 | // format output |
50 | - $unicodeTreePrefix = function (RecursiveTreeIterator $tree) { |
|
50 | + $unicodeTreePrefix = function(RecursiveTreeIterator $tree) { |
|
51 | 51 | $prefixParts = [ |
52 | 52 | RecursiveTreeIterator::PREFIX_LEFT => ' ', |
53 | 53 | RecursiveTreeIterator::PREFIX_MID_HAS_NEXT => '│ ', |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | { |
102 | 102 | $path = $this->getBuilder($output)->getConfig()->get("$directory.dir"); |
103 | 103 | $ext = $this->getBuilder($output)->getConfig()->get("$directory.ext"); |
104 | - $path = $this->getPath().'/'. $directory; |
|
104 | + $path = $this->getPath().'/'.$directory; |
|
105 | 105 | |
106 | 106 | if (!is_dir($path)) { |
107 | 107 | throw new \Exception(sprintf('Invalid directory: %s.', $path)); |