diff --git a/classes/github.php b/classes/github.php index fbd4f277..5d7eed3b 100644 --- a/classes/github.php +++ b/classes/github.php @@ -63,15 +63,15 @@ public function set_basic_auth(string $username, string $password): bool { /** * Get * - * @param string $endpoint + * @param string $url * @param array $params * @param array $options * @return bool|string */ - public function get(string $endpoint, array $params = [], array $options = []) { + public function get($url, $params = [], $options = []) { $repolink = 'https://api.github.com/repos/'; $repolink .= $this->repo; - $repolink .= $endpoint; + $repolink .= $url; return parent::get($repolink, $params, $options); } diff --git a/styles.css b/styles.css index 7a78dba6..dd96a315 100644 --- a/styles.css +++ b/styles.css @@ -46,8 +46,8 @@ } #page-blocks-configurable_reports-viewreport .generaltable th.header { - background-color: #f5f5dc; - border-bottom-width: 2px; + background-color: #f8f9fa; + border-bottom-width: 1px; } /* Center align bottom report statistics