We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -103,7 +103,7 @@ |
||
| 103 | 103 | **/ |
| 104 | 104 | private function getApiEndpoint() |
| 105 | 105 | { |
| 106 | - $url = 'https://' . $this->level . '.' . self::HOSTNAME; |
|
| 106 | + $url = 'https://' . $this->level . '.' . self::HOSTNAME; |
|
| 107 | 107 | $url .= '/v' . self::VERSION . '/'; |
| 108 | 108 | $url .= '0000-0001-9483-5161'; |
| 109 | 109 | //$url .= $this->orcid; |
@@ -35,12 +35,12 @@ |
||
| 35 | 35 | */ |
| 36 | 36 | protected $logger; |
| 37 | 37 | |
| 38 | - /** |
|
| 39 | - * This holds the client |
|
| 40 | - * |
|
| 41 | - * @var Client |
|
| 42 | - * @access protected |
|
| 43 | - */ |
|
| 38 | + /** |
|
| 39 | + * This holds the client |
|
| 40 | + * |
|
| 41 | + * @var Client |
|
| 42 | + * @access protected |
|
| 43 | + */ |
|
| 44 | 44 | protected $client; |
| 45 | 45 | |
| 46 | 46 | /** |