apply StyleCI patch, fixes #1084

This commit is contained in:
El RIDO
2023-06-18 12:54:22 +02:00
parent 5b458a17c2
commit 8988899c8c
7 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ class Request
return array_key_exists('REQUEST_URI', $_SERVER) ?
htmlspecialchars(
parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
) : '/';
) : '/';
}
/**