1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Tweak error message

This commit is contained in:
Roland Franssen 2019-01-16 08:05:58 +01:00 committed by Matthew Brown
parent 90dc39c296
commit 9a827c48ae

View File

@ -507,7 +507,7 @@ class Config
$autoloader_path = $config->base_dir . DIRECTORY_SEPARATOR . $config_xml['autoloader'];
if (!file_exists($autoloader_path)) {
throw new ConfigException('Cannot locate config schema');
throw new ConfigException('Cannot locate autoloader');
}
$config->autoloader = realpath($autoloader_path);