We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | $input_arg = substr($row['name'], $start + 1, $length - 1); |
| 55 | 55 | $input_arg = strlen($input_arg) >= 1 ? $input_arg : null; |
| 56 | 56 | $input_key = substr($row['name'], 0, $start); |
| 57 | - }else{ |
|
| 57 | + } else{ |
|
| 58 | 58 | $input_key = $row['name']; |
| 59 | 59 | } |
| 60 | 60 | |
@@ -66,7 +66,7 @@ discard block |
||
| 66 | 66 | |
| 67 | 67 | array_push($result[$input_key], $row['value']); |
| 68 | 68 | } |
| 69 | - }else{ |
|
| 69 | + } else{ |
|
| 70 | 70 | $result[$input_key][$input_arg] = $row['value']; |
| 71 | 71 | } |
| 72 | 72 | } |