mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Merge pull request #7573 from phptest2/4.x
improving error message for Could not resolve config path
This commit is contained in:
commit
f82a70e7ed
@ -170,8 +170,7 @@ class FileFilter
|
||||
}
|
||||
|
||||
throw new ConfigException(
|
||||
'Could not resolve config path to ' . $base_dir
|
||||
. DIRECTORY_SEPARATOR . $directory_path
|
||||
'Could not resolve config path to ' . $prospective_directory_path
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user