Skip to content

Commit 5074841

Browse files
committed
Remove unused variable
1 parent 6478705 commit 5074841

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/TypeInfo/TypeFactoryTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,6 @@ public static function fromValue(mixed $value): Type
429429
/** @var list<Type> $valueTypes */
430430
$valueTypes = [];
431431

432-
$i = 0;
433-
434432
foreach ($value as $k => $v) {
435433
$keyTypes[] = self::fromValue($k);
436434
$valueTypes[] = self::fromValue($v);

0 commit comments

Comments
 (0)