1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 02:07:37 +01:00

so close!

This commit is contained in:
Andrew Nagy 2022-04-28 18:57:37 +00:00
parent 30c885e1a6
commit 8613ebb9a4

View File

@ -965,7 +965,7 @@ class Codebase extends PsalmCodebase
);
$declaring_method_id = $this->methods->getDeclaringMethodId(
$method_id,
$method_id
);
if ($declaring_method_id === null) {