mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
Fix: allowMissingFiles not respected for ignored files (#4259)
This commit is contained in:
parent
5e4faf20d7
commit
a4b246406c
@ -259,7 +259,7 @@ class FileFilter
|
||||
|
||||
$file_path = realpath($prospective_file_path);
|
||||
|
||||
if (!$file_path) {
|
||||
if (!$file_path && !$allow_missing_files) {
|
||||
throw new ConfigException(
|
||||
'Could not resolve config path to ' . $base_dir . DIRECTORY_SEPARATOR .
|
||||
(string)$file['name']
|
||||
|
Loading…
x
Reference in New Issue
Block a user