Skip to content

Commit

Permalink
Merge pull request #7573 from phptest2/4.x
Browse files Browse the repository at this point in the history
improving error message for Could not resolve config path
  • Loading branch information
orklah authored Feb 3, 2022
2 parents 2128ab1 + 582624a commit f82a70e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Psalm/Config/FileFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,7 @@ public static function loadFromArray(
}

throw new ConfigException(
'Could not resolve config path to ' . $base_dir
. DIRECTORY_SEPARATOR . $directory_path
'Could not resolve config path to ' . $prospective_directory_path
);
}

Expand Down

0 comments on commit f82a70e

Please sign in to comment.