mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix phpcs
This commit is contained in:
parent
b7f122425f
commit
f874740c83
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user