Skip to content

Commit e19db84

Browse files
committed
Update MutatingScope.php
1 parent 8ad0361 commit e19db84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/MutatingScope.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4409,7 +4409,7 @@ public function assignInitializedProperty(Type $fetchedOnType, string $propertyN
44094409
/**
44104410
* @param array<string> $changedExpressions
44114411
*
4412-
* @return array<string, ExpressionTypeHolder>
4412+
* @return array<string, Type>
44134413
*/
44144414
private function preserveResolvedTypes(array $changedExpressions): array
44154415
{

0 commit comments

Comments
 (0)