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.
1 parent c88941d commit dc203b1Copy full SHA for dc203b1
src/Implementations/Psr17/ResponseFactories.php
@@ -78,7 +78,7 @@ public static function candidates(): CandidatesCollection
78
self::$candidates->add(CandidateEntity::create(
79
package: 'http-interop/http-factory-guzzle',
80
version: '^0.2 | ^1.0',
81
- builder: static fn (string $class = '\Http\Factory\Guzzle\ResppnseFactory'): object => new $class(),
+ builder: static fn (string $class = '\Http\Factory\Guzzle\ResponseFactory'): object => new $class(),
82
));
83
84
0 commit comments