Skip to content

Commit eba73ea

Browse files
committed
Keep default exception count at null
1 parent 99272d9 commit eba73ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Entity/Job.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Job
5656

5757
private ?int $count = 0;
5858

59-
private ?int $exceptionCount = 0;
59+
private ?int $exceptionCount = null;
6060

6161
private ?array $exceptions = null;
6262

0 commit comments

Comments
 (0)