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

Always be clonin

This commit is contained in:
Brown 2020-04-01 00:45:29 -04:00
parent 001f064bd4
commit 5876635d6d

View File

@ -103,7 +103,7 @@ class PropertyAssignmentAnalyzer
$class_property_type = ExpressionAnalyzer::fleshOutType(
$codebase,
$class_property_type,
clone $class_property_type,
$class_storage->name,
$class_storage->name,
$class_storage->parent_class
@ -723,7 +723,7 @@ class PropertyAssignmentAnalyzer
} else {
$class_property_type = ExpressionAnalyzer::fleshOutType(
$codebase,
$class_property_type,
clone $class_property_type,
$fq_class_name,
$lhs_type_part,
$declaring_class_storage->parent_class