Skip to content

Commit e25852d

Browse files
authored
THIRD = 998 (instead of 999) as pointed out at 3dbb05e#commitcomment-21685902 by @mdrost
1 parent 3dbb05e commit e25852d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Priority.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ final class Priority
66
{
77
const FIRST = 1000;
88
const SECOND = 999;
9-
const THIRD = 999;
9+
const THIRD = 998;
1010
const EARLY = 750;
1111
const DEFAULT = 500;
1212
const LATE = 250;

0 commit comments

Comments
 (0)