style: fix indentation

This commit is contained in:
rugk
2025-09-03 14:12:12 +00:00
parent 168fed64b9
commit cfc687d62b

View File

@@ -56,7 +56,7 @@ abstract class AbstractProxy
if (!str_starts_with($link, $conf->getKey('basepath') . '?') ||
parse_url($link, PHP_URL_HOST) != parse_url($conf->getKey('basepath'), PHP_URL_HOST)
) {
) {
$this->_error = 'Trying to shorten a URL that isn\'t pointing at our instance.';
return;
}