Enabling junk check by default
Publish PHP Package / docker (push) Successful in 6s
Details
Publish PHP Package / docker (push) Successful in 6s
Details
This commit is contained in:
parent
458b72e367
commit
77a63241ff
|
@ -154,7 +154,7 @@ class ConfigFetchParams
|
||||||
public bool $verbose = false;
|
public bool $verbose = false;
|
||||||
public ?int $max_workers = null;
|
public ?int $max_workers = null;
|
||||||
public bool $touch_files_with_includes = true;
|
public bool $touch_files_with_includes = true;
|
||||||
public bool $check_junk = false;
|
public bool $check_junk = true;
|
||||||
|
|
||||||
function __construct(ConfigGlobals $globals, ConfigScanResult $scanned,
|
function __construct(ConfigGlobals $globals, ConfigScanResult $scanned,
|
||||||
bool $force_stale = false, bool $verbose = false, ?int $max_workers = null)
|
bool $force_stale = false, bool $verbose = false, ?int $max_workers = null)
|
||||||
|
|
Loading…
Reference in New Issue