| @@ -65,9 +65,9 @@ | ||
| 65 | 65 | * @param bool $page_full The limit+1 probe overflowed (more rows exist beyond this page). |
| 66 | 66 | * @param callable $serialize fn(int $order_id): array — the FULL payload, or array() when the |
| 67 | 67 | * order no longer serializes (absent/inaccessible). |
| 68 | 68 | * @param callable $fallback_revision fn(array $full_payload, int $order_id, int $sequence): string — |
| 69 | - * the canonical revision when the index row carries none. | |
| 69 | + * the canonical revision for fresh index rows, which normally carry none. | |
| 70 | 70 | */ |
| 71 | 71 | public function plan( array $change_rows, bool $page_full, callable $serialize, callable $fallback_revision ): Generator { |
| 72 | 72 | $has_more = $page_full; |
| 73 | 73 | $response_checkpoint = $this->request_checkpoint; |