Skip to content

Commit d64d411

Browse files
committed
Teach PHPStan the format of an array variable
1 parent bf20e35 commit d64d411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Parser/Header.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
class Header
3737
{
3838
private string $content;
39+
/** @var array<string, string|int> */
3940
private array $pax = [];
4041

4142
public function __construct(string $content)

0 commit comments

Comments
 (0)