Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550565d commit d795b42Copy full SHA for d795b42
1 file changed
src/DecoderOptions.php
@@ -13,7 +13,7 @@
13
readonly class DecoderOptions
14
{
15
/**
16
- * @param strictMode Enable strict mode for exact FIT type checking.
+ * @param $strictMode Enable strict mode for exact FIT type checking.
17
*/
18
public function __construct(public ?bool $strictMode) {}
19
}
0 commit comments