Skip to content

Commit 076863d

Browse files
Fix typo
1 parent ee12067 commit 076863d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HttplugClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
use Symfony\Contracts\Service\ResetInterface;
4141

4242
if (!interface_exists(HttpAsyncClient::class)) {
43-
throw new \LogicException('You cannot use "Symfony\Component\HttpClient\HttplugClient" as the "php-http/httplug" package is not installed. Try running "php-http/discovery php-http/async-client-implementation:*".');
43+
throw new \LogicException('You cannot use "Symfony\Component\HttpClient\HttplugClient" as the "php-http/httplug" package is not installed. Try running "composer require php-http/discovery php-http/async-client-implementation:*".');
4444
}
4545

4646
if (!interface_exists(RequestFactoryInterface::class)) {

0 commit comments

Comments
 (0)