We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e4542a + 64a0a41 commit be7a6a0Copy full SHA for be7a6a0
src/Psr17FactoryDiscovery.php
@@ -19,7 +19,7 @@ final class Psr17FactoryDiscovery extends ClassDiscovery
19
{
20
private static function createException($type, Exception $e)
21
22
- new \Http\Discovery\Exception\NotFoundException(
+ return new \Http\Discovery\Exception\NotFoundException(
23
'No psr-17 '.$type.' found. Install a package from this list: https://packagist.org/providers/psr/http-factory-implementation',
24
0,
25
$e
0 commit comments