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:
parent
a0ce8791d3
commit
5f03d08cb2
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user