We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -205,7 +205,8 @@ |
||
| 205 | 205 | * |
| 206 | 206 | * @return void |
| 207 | 207 | */ |
| 208 | - private function addDcData(&$metadata, $key, $value) { |
|
| 208 | + private function addDcData(&$metadata, $key, $value) |
|
| 209 | + { |
|
| 209 | 210 | if (!empty($value)) { |
| 210 | 211 | $metadata[] = [$key => $value]; |
| 211 | 212 | } |