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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy