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 31f25d6 commit 02f5f34Copy full SHA for 02f5f34
spec/MessageFactory/MessageFactoryBehavior.php
@@ -11,7 +11,7 @@ function it_is_a_message_factory()
11
12
function it_creates_a_request()
13
{
14
- $request = $this->createRequest('GET', '/', array('X-hello' => 'world'), 'lorem');
+ $request = $this->createRequest('GET', '/', ['X-hello' => 'world'], 'lorem');
15
16
$request->shouldHaveType('Psr\Http\Message\RequestInterface');
17
$request->getMethod()->shouldReturn('GET');
0 commit comments