Skip to content

Commit 9e9b159

Browse files
committed
Update bug-12330.php
1 parent 38147db commit 9e9b159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Variables/data/bug-12330.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function alterItems(array &$options): void
1717
* @param array{items: array<int, array<string, mixed>>} $options
1818
* @param-out array{items: array<int, array<string, mixed>>} $options
1919
*/
20-
function alterItems(array &$options): void
20+
function alterItems2(array &$options): void
2121
{
2222
foreach ($options['items'] as $i => $item) {
2323
$options['items'][$i]['options']['title'] = $item['name'];

0 commit comments

Comments
 (0)