class_test fixes for phpstan checks

This commit is contained in:
Clemens Schwaighofer
2023-08-02 16:32:11 +09:00
parent 46bc5f2da6
commit f29e915068
4 changed files with 3 additions and 6 deletions

View File

@@ -35,7 +35,6 @@ print '<div><h1>' . $PAGE_NAME . '</h1></div>';
print "ALREADY from config.php: " . \CoreLibs\Debug\Support::printAr($_ENV) . "<br>";
// test .env in local
/** @phpstan-ignore-next-line */
$status = \CoreLibs\Get\DotEnv::readEnvFile('.', 'test.env');
print "test.env: STATUS: " . $status . "<br>";
print "AFTER reading test.env file: " . \CoreLibs\Debug\Support::printAr($_ENV) . "<br>";