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.
1 parent b5cc212 commit 97b8204Copy full SHA for 97b8204
resources/lib/UnityGithub.php
@@ -18,7 +18,7 @@ public function getSshPublicKeys(string $username): array
18
if ($curl_output === false) {
19
throw new CurlException(curl_error($curl));
20
}
21
- $keys = json_decode($curl_output, false);
+ $keys = jsonDecode($curl_output, false);
22
curl_close($curl);
23
24
// normally returns array of objects each with a ->key attribute
0 commit comments