Fixes from phan/phpstan tests

This commit is contained in:
Clemens Schwaighofer
2022-04-28 14:17:30 +09:00
parent 71a431d5aa
commit 51e700cd10
5 changed files with 78 additions and 6 deletions

View File

@@ -42,7 +42,6 @@ $log = new CoreLibs\Debug\Logging([
'echo_all' => $ECHO_ALL ?? false,
'print_all' => $PRINT_ALL ?? false,
]);
$basic = new CoreLibs\Basic($log);
print "<!DOCTYPE html>";
print "<html><head><title>TEST CLASS: SYSTEM</title><head>";