Skip to content

Commit a7bf247

Browse files
committed
test
1 parent bc3c236 commit a7bf247

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Helpers.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,13 @@ public static function propMapToSelectMap(array $map): array
5757
*/
5858
private static function setNestedValue(array &$array, array $path, mixed $value): void
5959
{
60-
/** @psalm-suppress UnusedVariable */
6160
$arr = &$array;
6261

6362
foreach ($path as $key) {
6463
/** @psalm-suppress MixedArrayAccess */
6564
$arr = &$arr[$key];
6665
}
6766

68-
/** @psalm-suppress MixedAssignment, UnusedVariable */
6967
$arr = $value;
7068
}
7169

0 commit comments

Comments
 (0)