Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 30, 2023
1 parent aaa040e commit 6b99673
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Psalm/Internal/CliUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,7 @@ public static function getPathsToCheck(string|array|false|null $f_paths): ?array
}

if (!file_exists($path_to_check)) {
fwrite(STDERR, 'Cannot locate ' . $path_to_check . PHP_EOL);
exit(1);
continue;
}

$path_to_check = realpath($path_to_check);
Expand Down

0 comments on commit 6b99673

Please sign in to comment.