mirror of
https://github.com/danog/psalm.git
synced 2024-12-04 02:27:59 +01:00
Remove redundant condition
This commit is contained in:
parent
5c73d77f28
commit
e4b0b9b305
@ -684,7 +684,7 @@ class ProjectAnalyzer
|
|||||||
true
|
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);
|
$removed_parser_files = $this->parser_cache_provider->deleteOldParserCaches($start_checks);
|
||||||
|
|
||||||
if ($removed_parser_files) {
|
if ($removed_parser_files) {
|
||||||
|
Loading…
Reference in New Issue
Block a user