diff --git a/src/Psalm/Config/FileFilter.php b/src/Psalm/Config/FileFilter.php index 56ca9f68e7d..1443594c7a7 100644 --- a/src/Psalm/Config/FileFilter.php +++ b/src/Psalm/Config/FileFilter.php @@ -267,8 +267,7 @@ public static function loadFromArray( if (!$file_path && !$allow_missing_files) { throw new ConfigException( - 'Could not resolve config path to ' . $base_dir . DIRECTORY_SEPARATOR . - $file_path + 'Could not resolve config path to ' . $prospective_file_path ); }