We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -31,12 +31,12 @@ |
||
| 31 | 31 | /** |
| 32 | 32 | * @var string constant for API hostname |
| 33 | 33 | **/ |
| 34 | - const HOSTNAME = 'orcid.org'; |
|
| 34 | + const HOSTNAME = 'orcid.org'; |
|
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | 37 | * @var string constant for API version |
| 38 | 38 | **/ |
| 39 | - const VERSION = '3.0'; |
|
| 39 | + const VERSION = '3.0'; |
|
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | 42 | * @access protected |