From d5f4fd5b9cad93d0dee69b2b7cbeb71234a4b241 Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Mon, 5 Oct 2020 09:57:54 -0400 Subject: [PATCH] =?UTF-8?q?4.x=20-=20don=E2=80=99t=20skip=20checks=20on=20?= =?UTF-8?q?unresolvable=20includes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Psalm/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Psalm/Config.php b/src/Psalm/Config.php index eca0b38db..326e60776 100644 --- a/src/Psalm/Config.php +++ b/src/Psalm/Config.php @@ -308,7 +308,7 @@ class Config /** * @var bool */ - public $skip_checks_on_unresolvable_includes = true; + public $skip_checks_on_unresolvable_includes = false; /** * @var bool