We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -84,7 +84,7 @@ |
||
| 84 | 84 | $parentTypes = \array_intersect_key($configs, \array_flip($parents)); |
| 85 | 85 | |
| 86 | 86 | // Restore initial order |
| 87 | - \uksort($parentTypes, function($a, $b) use ($parents, $child) { |
|
| 87 | + \uksort($parentTypes, function ($a, $b) use ($parents, $child) { |
|
| 88 | 88 | return array_search($a, $parents, true) > array_search($b, $parents, true); |
| 89 | 89 | }); |
| 90 | 90 | |