We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[Override]
MongoBatchRepository
1 parent 099a3b6 commit 0e91c95Copy full SHA for 0e91c95
src/Bus/MongoBatchRepository.php
@@ -216,6 +216,7 @@ public function prune(DateTimeInterface $before): int
216
}
217
218
/** Prune all the unfinished entries older than the given date. */
219
+ #[Override]
220
public function pruneUnfinished(DateTimeInterface $before): int
221
{
222
$result = $this->collection->deleteMany(
@@ -229,6 +230,7 @@ public function pruneUnfinished(DateTimeInterface $before): int
229
230
231
232
/** Prune all the cancelled entries older than the given date. */
233
234
public function pruneCancelled(DateTimeInterface $before): int
235
236
0 commit comments