| @@ -258,9 +258,9 @@ | ||
| 258 | 258 | |
| 259 | 259 | return $headers; |
| 260 | 260 | } |
| 261 | 261 | |
| 262 | - public function getFileUrl(string $url, int|string|null $id): string | |
| 262 | + public function getFileUrl(string $url, int|string $id): string | |
| 263 | 263 | { |
| 264 | 264 | // Nginx always supports real urls so we need the new urls only |
| 265 | 265 | // if we don't use nginx and mod_rewrite is disabled |
| 266 | 266 | if ($this->mainConfig->lockFile() === true |