1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Remove unused var

This commit is contained in:
Brown 2019-07-31 17:30:31 -04:00
parent c67e38aded
commit f9d99498a6

View File

@ -1278,8 +1278,6 @@ class Codebase
return null;
}
$recent_type = null;
krsort($type_map);
foreach ($type_map as $start_pos => list($end_pos_excluding_whitespace, $possible_type)) {