Skip to content

Commit cc29cc8

Browse files
authored
Fixed PHPDoc return type in Psr17FactoryDiscovery
1 parent 02b7ea2 commit cc29cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Psr17FactoryDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static function findRequestFactory()
4343
}
4444

4545
/**
46-
* @return RequestFactoryInterface
46+
* @return ResponseFactoryInterface
4747
*
4848
* @throws Exception\NotFoundException
4949
*/

0 commit comments

Comments
 (0)