| @@ -30,7 +30,7 @@ | ||
| 30 | 30 |              $this->wlAnnonce(sprintf('%s/', $this->contentDir)); | 
| 31 | 31 | $pages = $this->getPagesTree(); | 
| 32 | 32 |              if ($this->getConsole()->isUtf8()) { | 
| 33 | -                $unicodeTreePrefix = function (RecursiveTreeIterator $tree) { | |
| 33 | +                $unicodeTreePrefix = function(RecursiveTreeIterator $tree) { | |
| 34 | 34 | $prefixParts = [ | 
| 35 | 35 | RecursiveTreeIterator::PREFIX_LEFT => ' ', | 
| 36 | 36 | RecursiveTreeIterator::PREFIX_MID_HAS_NEXT => '│ ', | 
| @@ -141,7 +141,7 @@ | ||
| 141 | 141 | */ | 
| 142 | 142 | public function getPHPoole(array $options = []) | 
| 143 | 143 |      { | 
| 144 | -        $messageCallback = function ($code, $message = '', $itemsCount = 0, $itemsMax = 0, $verbose = true) { | |
| 144 | +        $messageCallback = function($code, $message = '', $itemsCount = 0, $itemsMax = 0, $verbose = true) { | |
| 145 | 145 |              switch ($code) { | 
| 146 | 146 | case 'CREATE': | 
| 147 | 147 | case 'CONVERT': |