AdobeConnectClient\Connection\Curl\Connection::prepareCurl
Reset the temporary headers and prepare the cURL.
Signature
protected function prepareCurl([array
$queryParams = ] )
Parameters
$queryParams
— array- Associative array to add params in URL
Returns
- resource
- A cURL resource
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
108 | ShortVariable | Avoid variables with short names like $ch. Configured minimum length is 3. |