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

Commit 1d0f1fa

Browse files
committed
Fix wrong extension
1 parent 65586e2 commit 1d0f1fa

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
@@ -12,7 +12,7 @@
1212
*
1313
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
1414
*/
15-
interface MessageFactory extends ResponseInterface
15+
interface MessageFactory extends ResponseFactory
1616
{
1717
/**
1818
* Creates a new PSR-7 request.

0 commit comments

Comments
 (0)