Skip to content

Commit 07bcbf5

Browse files
committed
Cleaning up docblocks
1 parent 915f77f commit 07bcbf5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CurlAuthPlugin.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
77

88
/**
9-
* Adds specified curl auth to all requests sent from a client
10-
* Defaults to CURLAUTH_BASIC if none supplied
9+
* Adds specified curl auth to all requests sent from a client. Defaults to CURLAUTH_BASIC if none supplied.
1110
*/
1211
class CurlAuthPlugin implements EventSubscriberInterface
1312
{

0 commit comments

Comments
 (0)