@@ -154,7 +154,7 @@ discard block |
||
| 154 | 154 | } |
| 155 | 155 | |
| 156 | 156 | /** |
| 157 | - * @param $text |
|
| 157 | + * @param string $text |
|
| 158 | 158 | */ |
| 159 | 159 | public function wlAnnonce($text) |
| 160 | 160 | { |
@@ -170,7 +170,7 @@ discard block |
||
| 170 | 170 | } |
| 171 | 171 | |
| 172 | 172 | /** |
| 173 | - * @param $text |
|
| 173 | + * @param string $text |
|
| 174 | 174 | */ |
| 175 | 175 | public function wlAlert($text) |
| 176 | 176 | { |
@@ -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 => '│ ', |