@@ -159,7 +159,7 @@ discard block |
||
| 159 | 159 | $count = 0; |
| 160 | 160 | foreach ($entries as $entry) { |
| 161 | 161 | $count++; |
| 162 | - $calculatedPath = $entry['parent_path'] . '/' . $entry['name']; |
|
| 162 | + $calculatedPath = $entry['parent_path'].'/'.$entry['name']; |
|
| 163 | 163 | if ($newId = $this->getId($entry['parent_storage'], $calculatedPath)) { |
| 164 | 164 | // a new entry with the correct path has already been created, reuse that one and delete the incorrect entry |
| 165 | 165 | $this->reparent($entry['fileid'], $newId); |
@@ -186,7 +186,7 @@ discard block |
||
| 186 | 186 | if ($this->shouldRun()) { |
| 187 | 187 | $count = $this->repair(); |
| 188 | 188 | |
| 189 | - $output->info('Repaired ' . $count . ' paths'); |
|
| 189 | + $output->info('Repaired '.$count.' paths'); |
|
| 190 | 190 | } |
| 191 | 191 | } |
| 192 | 192 | } |