1
0
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:
Matthew Brown 2016-12-04 10:57:58 -05:00
parent 7cb6891a0b
commit 52ba52ce91

View File

@ -1555,7 +1555,7 @@ class TypeChecker
}
if (!$is_match) {
return true;
return false;
}
}
}