phpstan 2.0 update checks

This commit is contained in:
Clemens Schwaighofer
2024-11-18 17:08:28 +09:00
parent 35cc6dbf91
commit 9edfc2acb6
17 changed files with 79 additions and 105 deletions

View File

@@ -24,7 +24,7 @@
declare(strict_types=1);
ob_start();
require 'config.php';
require 'config.php'; /** @phpstan-ignore-line Is path, is symlinked */
// should be utf8
header("Content-type: text/html; charset=" . DEFAULT_ENCODING);