We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3779ce7 commit 0147be9Copy full SHA for 0147be9
tests/PHPStan/Analyser/data/bug-13310.php
@@ -2,6 +2,9 @@
2
3
namespace Bug13310;
4
5
+/**
6
+ * @return array<mixed>
7
+ */
8
function get_array(): array
9
{
10
return [];
0 commit comments