From cfc687d62be257d5cae34ccd5d000319a8cfdf49 Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 3 Sep 2025 14:12:12 +0000 Subject: [PATCH] style: fix indentation --- lib/Proxy/AbstractProxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Proxy/AbstractProxy.php b/lib/Proxy/AbstractProxy.php index ebf67fe7..e45f5377 100644 --- a/lib/Proxy/AbstractProxy.php +++ b/lib/Proxy/AbstractProxy.php @@ -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; }