We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -487,11 +487,11 @@ |
||
| 487 | 487 | } else { |
| 488 | 488 | |
| 489 | 489 | $subparts[$resArray['partof']][$resArray['volume_sorting']] = array ( |
| 490 | - 'u' => $resArray['uid'], |
|
| 491 | - 'h' => '', |
|
| 492 | - 's' => $sorting, |
|
| 493 | - 'p' => array () |
|
| 494 | - ); |
|
| 490 | + 'u' => $resArray['uid'], |
|
| 491 | + 'h' => '', |
|
| 492 | + 's' => $sorting, |
|
| 493 | + 'p' => array () |
|
| 494 | + ); |
|
| 495 | 495 | |
| 496 | 496 | } |
| 497 | 497 | |