Skip to content
Snippets Groups Projects

tuleap-108-add-stricter-code-quality-tools-configuration

9 files
+ 57
13
Compare changes
  • Side-by-side
  • Inline

Files

@@ -103,6 +103,7 @@ class FallbackController extends AbstractController
$url = preg_replace('(^https?:\/\/[^/]+(:\d+)?)', '', $url);
$pattern = '/\/\//i';
/** @phpstan-ignore-next-line */
$url = preg_replace($pattern, '/', $url);
return $this->render("project/edit.html.twig", [
Loading