Skip to content

Commit

Permalink
Linting: linting code
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderJacob committed Aug 20, 2024
1 parent 3c68128 commit f482bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/pluginsInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public function get_github_file_content($url) {
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, [
'User-Agent: PHP-cURL-Request',
'Authorization: ' . $token
'Authorization: ' . $token,
]);
$response = curl_exec($ch);
curl_close($ch);
Expand Down

0 comments on commit f482bf6

Please sign in to comment.