1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Fix phpcs

This commit is contained in:
Matt Brown 2021-04-10 22:01:07 -04:00
parent b7f122425f
commit f874740c83

View File

@ -2037,7 +2037,8 @@ class ClassAnalyzer extends ClassLikeAnalyzer
foreach ($parent_storage->template_types as $template_name => $type_map) {
// declares the variables
foreach ($type_map as $declaring_class => $template_type) {}
foreach ($type_map as $declaring_class => $template_type) {
}
if (isset($storage->template_extended_params[$parent_storage->name][$template_name])) {
$extended_type = $storage->template_extended_params[$parent_storage->name][$template_name];