Skip to content

Commit 8340ddc

Browse files
authored
Merge pull request #136 from lorenzomar/patch-1
Fixed PHPDoc return type in Psr17FactoryDiscovery
2 parents 02b7ea2 + cc29cc8 commit 8340ddc

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)