Enabling junk check by default
Publish PHP Package / docker (push) Successful in 6s Details

This commit is contained in:
Pavel Shevaev 2025-02-27 20:26:42 +03:00
parent 458b72e367
commit 77a63241ff
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class ConfigFetchParams
public bool $verbose = false;
public ?int $max_workers = null;
public bool $touch_files_with_includes = true;
public bool $check_junk = false;
public bool $check_junk = true;
function __construct(ConfigGlobals $globals, ConfigScanResult $scanned,
bool $force_stale = false, bool $verbose = false, ?int $max_workers = null)