1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Enable constant_case fixer

Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-660.
This commit is contained in:
Andreas Möller
2022-07-15 13:50:13 +02:00
committed by GitHub
parent d8717d3ab6
commit d7e1b8159c
8 changed files with 58 additions and 57 deletions

View File

@@ -31,8 +31,8 @@ if (is_official_mirror()) {
$MIRROR_IMAGE = make_image(
'mirror.' . $ext,
htmlspecialchars(mirror_provider()),
FALSE,
FALSE,
false,
false,
'backend'
);