We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Client::OPTIONS
1 parent 0e2d3ee commit eedd529Copy full SHA for eedd529
src/WpOrg/Api/Client.php
@@ -32,7 +32,7 @@
32
* - https://github.com/composer/composer/pull/12363
33
* - https://github.com/composer/composer/blob/f5854b140ca27164d352ce30deece798acf3e36b/src/Composer/Util/HttpDownloader.php#L537
34
*/
35
- private const OPTIONS = [
+ private const array OPTIONS = [
36
'ssl' => [
37
'allow_self_signed' => true,
38
],
0 commit comments