1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Remove unused variable

This commit is contained in:
Matthew Brown 2018-03-04 12:54:00 -05:00
parent a0ce8791d3
commit 5f03d08cb2

View File

@ -457,8 +457,6 @@ class Reflection
// register where they're declared
foreach ($parent_storage->inheritable_method_ids as $method_name => $declaring_method_id) {
$implemented_method_id = $fq_class_name . '::' . $method_name;
$storage->declaring_method_ids[$method_name] = $declaring_method_id;
$storage->inheritable_method_ids[$method_name] = $declaring_method_id;