mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
improving error message for Could not resolve config path
$directory_path is false, so better use $prospective_directory_path in the error message.
This commit is contained in:
parent
2128ab1d71
commit
582624a932
@ -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…
Reference in New Issue
Block a user