We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915f77f commit 07bcbf5Copy full SHA for 07bcbf5
CurlAuthPlugin.php
@@ -6,8 +6,7 @@
6
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
7
8
/**
9
- * Adds specified curl auth to all requests sent from a client
10
- * Defaults to CURLAUTH_BASIC if none supplied
+ * Adds specified curl auth to all requests sent from a client. Defaults to CURLAUTH_BASIC if none supplied.
11
*/
12
class CurlAuthPlugin implements EventSubscriberInterface
13
{
0 commit comments