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

Commit 93a4124

Browse files
committed
Merge pull request #15 from php-http/analysis-z4WZeq
Applied fixes from StyleCI
2 parents 40d06c8 + d75617a commit 93a4124

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
@@ -36,7 +36,7 @@ public function createRequest(
3636
/**
3737
* Creates a new PSR-7 response.
3838
*
39-
* @param integer $statusCode
39+
* @param int $statusCode
4040
* @param string|null $reasonPhrase
4141
* @param array $headers
4242
* @param resource|string|StreamInterface|null $body

0 commit comments

Comments
 (0)