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:
parent
fb604bfacb
commit
d5f4fd5b9c
@ -308,7 +308,7 @@ class Config
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
public $skip_checks_on_unresolvable_includes = true;
|
||||
public $skip_checks_on_unresolvable_includes = false;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user