Skip to content

Commit 10c858c

Browse files
committed
Add type for headers array into CheckData.php
1 parent fce7ac8 commit 10c858c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/DataTransferObject/CheckData.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ final class CheckData
99
public function __construct(
1010
public int $statusCode,
1111
public string $reasonPhrase,
12+
/**
13+
* @var string[][]
14+
*/
1215
public array $headers = [],
1316
) {
1417
}

0 commit comments

Comments
 (0)