mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix bug
This commit is contained in:
parent
03d296777c
commit
9d9a1aeb83
@ -1263,7 +1263,7 @@ class StatementsChecker
|
||||
return;
|
||||
|
||||
} catch (\ReflectionException $e) {
|
||||
throw new CodeException('Method ' . $method_id . ' does not exist', $this->_file_name, $stmt->getLine());
|
||||
throw new CodeException('Method ' . $method_id . ' does not exist', $file_name, $stmt->getLine());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user