We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -124,7 +124,7 @@ |
||
| 124 | 124 | $edges, |
| 125 | 125 | new PageInfo( |
| 126 | 126 | $firstEdge instanceof Edge ? $firstEdge->cursor : null, |
| 127 | - $lastEdge instanceof Edge ? $lastEdge->cursor : null, |
|
| 127 | + $lastEdge instanceof Edge ? $lastEdge->cursor : null, |
|
| 128 | 128 | $last !== null ? $startOffset > $lowerBound : false, |
| 129 | 129 | $first !== null ? $endOffset < $upperBound : false |
| 130 | 130 | ) |