phpstan 2.0 update checks
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user