Skip to content

Commit 8a81527

Browse files
committed
fix merge error
1 parent 9bc4ad5 commit 8a81527

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 = array(
30+
protected $validProtocolVers = [
3131
'0.9',
3232
'1.0',
3333
'1.1',

0 commit comments

Comments
 (0)