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 9bc4ad5 commit 8a81527Copy full SHA for 8a81527
src/HttpMessage/AssertionTrait.php
@@ -27,7 +27,7 @@ trait AssertionTrait
27
*
28
* @var numeric-string[]
29
*/
30
- protected $validProtocolVers = array(
+ protected $validProtocolVers = [
31
'0.9',
32
'1.0',
33
'1.1',
0 commit comments