We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -73,7 +73,8 @@ |
||
| 73 | 73 | /** |
| 74 | 74 | * @param string $endpoint the shortname of the endpoint |
| 75 | 75 | */ |
| 76 | - public function setEndpoint($endpoint) { |
|
| 76 | + public function setEndpoint($endpoint) |
|
| 77 | + { |
|
| 77 | 78 | $this->endpoint = $endpoint; |
| 78 | 79 | } |
| 79 | 80 | |