Skip to content

Commit dc203b1

Browse files
authored
Update ResponseFactories.php (#1)
Typo in class reference for \Http\Factory\Guzzle\ResponseFactory
1 parent c88941d commit dc203b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Implementations/Psr17/ResponseFactories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static function candidates(): CandidatesCollection
7878
self::$candidates->add(CandidateEntity::create(
7979
package: 'http-interop/http-factory-guzzle',
8080
version: '^0.2 | ^1.0',
81-
builder: static fn (string $class = '\Http\Factory\Guzzle\ResppnseFactory'): object => new $class(),
81+
builder: static fn (string $class = '\Http\Factory\Guzzle\ResponseFactory'): object => new $class(),
8282
));
8383

8484
self::$candidates->add(CandidateEntity::create(

0 commit comments

Comments
 (0)