Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit 3e1f0b3

Browse files
committed
Fixes typo
1 parent 25261df commit 3e1f0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MessageFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function createRequest(
5353
*/
5454
public function createResponse(
5555
$statusCode = 200,
56-
$reasonPhrase = null
56+
$reasonPhrase = null,
5757
$protocolVersion = '1.1',
5858
array $headers = [],
5959
$body = null

0 commit comments

Comments
 (0)