Skip to content

Commit b0159c6

Browse files
committed
Change type of @throws tag
1 parent 4a15dd3 commit b0159c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Domain/Sequence.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(Workspace $workspace)
3535
/**
3636
* Create sequence monotonically, numbers will not be reused
3737
*
38-
* @throws DomainException
38+
* @throws LogicException
3939
*
4040
* @return int The next value in a sequence
4141
*/

0 commit comments

Comments
 (0)