1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
This commit is contained in:
Matthew Brown 2016-02-22 11:32:32 -05:00
parent 03d296777c
commit 9d9a1aeb83

View File

@ -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());
}
}