Phan/phpstan fixes

This commit is contained in:
Clemens Schwaighofer
2022-07-29 11:06:53 +09:00
parent 6d0e528c38
commit bcdb877d90
3 changed files with 6 additions and 8 deletions

View File

@@ -21,8 +21,6 @@ require 'config.php';
$LOG_FILE_ID = 'classTest-string';
ob_end_flush();
use CoreLibs\Convert\Byte;
$log = new CoreLibs\Debug\Logging([
'log_folder' => BASE . LOG,
'file_id' => $LOG_FILE_ID,