Skip to content

Commit 837a05a

Browse files
committed
re-add property type
1 parent 8a81527 commit 837a05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpMessage/AssertionTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ trait AssertionTrait
2727
*
2828
* @var numeric-string[]
2929
*/
30-
protected $validProtocolVers = [
30+
protected array $validProtocolVers = [
3131
'0.9',
3232
'1.0',
3333
'1.1',

0 commit comments

Comments
 (0)