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:
parent
21141ab537
commit
819f2e2f27
@ -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…
Reference in New Issue
Block a user