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

Commit 2494018

Browse files
authored
Merge pull request #36 from php-http/analysis-q1vgYN
Apply fixes from StyleCI
2 parents a2809d4 + 84d1634 commit 2494018

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/StreamFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ interface StreamFactory
1818
*
1919
* @return StreamInterface
2020
*
21-
* @throws \InvalidArgumentException If the stream body is invalid.
22-
* @throws \RuntimeException If creating the stream from $body fails.
21+
* @throws \InvalidArgumentException if the stream body is invalid
22+
* @throws \RuntimeException if creating the stream from $body fails
2323
*/
2424
public function createStream($body = null);
2525
}

src/UriFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface UriFactory
1818
*
1919
* @return UriInterface
2020
*
21-
* @throws \InvalidArgumentException If the $uri argument can not be converted into a valid URI.
21+
* @throws \InvalidArgumentException if the $uri argument can not be converted into a valid URI
2222
*/
2323
public function createUri($uri);
2424
}

0 commit comments

Comments
 (0)