We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e802b85 commit 247ae64Copy full SHA for 247ae64
src/Type/TypeResult.php
@@ -10,6 +10,7 @@ final class TypeResult
10
11
public readonly Type $type;
12
13
+ /** @var list<string> */
14
public readonly array $reasons;
15
16
/**
0 commit comments