mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
parent
21b74ae725
commit
88bf8e284c
@ -282,7 +282,7 @@ class Config
|
||||
do {
|
||||
$maybe_path = $dir_path . DIRECTORY_SEPARATOR . Config::DEFAULT_FILE_NAME;
|
||||
|
||||
if (file_exists($maybe_path)) {
|
||||
if (file_exists($maybe_path) || file_exists($maybe_path .= '.dist')) {
|
||||
$config = self::loadFromXMLFile($maybe_path, $base_dir);
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user