Skip to content

Commit 34b6d3f

Browse files
committed
Snflk has correct throw tags
1 parent ea4ee60 commit 34b6d3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Definition/Snowflake.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ class Snowflake extends Common
8686
* nullable?:bool,
8787
* default?:string|null
8888
* } $options
89+
* @throws InvalidLengthException
8990
* @throws InvalidOptionException
91+
* @throws InvalidTypeException
9092
*/
9193
public function __construct(string $type, array $options = [])
9294
{

0 commit comments

Comments
 (0)