mirror of
https://github.com/danog/psalm.git
synced 2024-12-03 10:07:52 +01:00
Remove redundant condition
This commit is contained in:
parent
5c73d77f28
commit
e4b0b9b305
@ -684,7 +684,7 @@ class ProjectAnalyzer
|
||||
true
|
||||
);
|
||||
|
||||
if ($this->project_cache_provider && $this->parser_cache_provider && !$is_diff) {
|
||||
if ($this->parser_cache_provider && !$is_diff) {
|
||||
$removed_parser_files = $this->parser_cache_provider->deleteOldParserCaches($start_checks);
|
||||
|
||||
if ($removed_parser_files) {
|
||||
|
Loading…
Reference in New Issue
Block a user