mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix false negative for return type check
This commit is contained in:
parent
7cb6891a0b
commit
52ba52ce91
@ -1555,7 +1555,7 @@ class TypeChecker
|
||||
}
|
||||
|
||||
if (!$is_match) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user