Skip to content

Commit

Permalink
Merge pull request #7266 from simPod/missing
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jan 2, 2022
2 parents 519fb0c + 4f62268 commit 216cf6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Psalm/Config/FileFilter.php
Expand Up @@ -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
);
}

Expand Down

0 comments on commit 216cf6c

Please sign in to comment.