We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -77,7 +77,8 @@ |
||
77 | 77 | * |
78 | 78 | * @return void |
79 | 79 | */ |
80 | - public function setEndpoint($endpoint) { |
|
80 | + public function setEndpoint($endpoint) |
|
81 | + { |
|
81 | 82 | $this->endpoint = $endpoint; |
82 | 83 | } |
83 | 84 |
@@ -90,7 +90,8 @@ |
||
90 | 90 | * |
91 | 91 | * @return void |
92 | 92 | */ |
93 | - public function setEndpoint($endpoint) { |
|
93 | + public function setEndpoint($endpoint) |
|
94 | + { |
|
94 | 95 | $this->endpoint = $endpoint; |
95 | 96 | } |
96 | 97 |