We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea4ee60 + 451567c commit 277f9cdCopy full SHA for 277f9cd
2 files changed
composer.json
@@ -16,7 +16,8 @@
16
"squizlabs/php_codesniffer": "^3",
17
"phpstan/phpstan": "^1",
18
"php-parallel-lint/php-parallel-lint": "^1",
19
- "keboola/coding-standard": "^13.0"
+ "keboola/coding-standard": "^13.0",
20
+ "phpstan/phpdoc-parser": "1.5.1"
21
},
22
"autoload": {
23
"psr-4": {
src/Definition/Snowflake.php
@@ -86,7 +86,9 @@ class Snowflake extends Common
86
* nullable?:bool,
87
* default?:string|null
88
* } $options
89
+ * @throws InvalidLengthException
90
* @throws InvalidOptionException
91
+ * @throws InvalidTypeException
92
*/
93
public function __construct(string $type, array $options = [])
94
{
0 commit comments