(string $folder)
| 125 | } |
| 126 | |
| 127 | private static function isCollisionSensitive(string $folder): bool |
| 128 | { |
| 129 | return preg_match('/[\\s\\-\\/\\\\]/', $folder) === 1; |
| 130 | } |
| 131 | |
| 132 | private static function copyLegacyMetadata(string $legacyPath, string $encodedPath): void |
| 133 | { |
no outgoing calls
no test coverage detected