1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +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
parent fb604bfacb
commit d5f4fd5b9c

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