1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

4.x - don’t skip checks on unresolvable includes

This commit is contained in:
Matt Brown 2020-10-05 09:57:54 -04:00 committed by Daniil Gentili
parent 21141ab537
commit 819f2e2f27
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -308,7 +308,7 @@ class Config
/**
* @var bool
*/
public $skip_checks_on_unresolvable_includes = true;
public $skip_checks_on_unresolvable_includes = false;
/**
* @var bool