Skip to content

Commit 0147be9

Browse files
committed
Update bug-13310.php
1 parent 3779ce7 commit 0147be9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/PHPStan/Analyser/data/bug-13310.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
namespace Bug13310;
44

5+
/**
6+
* @return array<mixed>
7+
*/
58
function get_array(): array
69
{
710
return [];

0 commit comments

Comments
 (0)