Skip to content

Commit 99d8ef9

Browse files
committed
Add sfp-phpstan-psr-log-bigquery-schema-convert additional_check
1 parent 1c557bc commit 99d8ef9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.laminas-ci.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
"php": "@latest",
2121
"command": "composer install -d example; diff <(./vendor/bin/phpstan analyse -c ./example/phpstan.enableContextTypeRule.neon --no-progress --error-format=junit | xmllint --format -) ./test/example.enableContextTypeRule.output"
2222
}
23+
},
24+
{
25+
"name": "sfp-phpstan-psr-log-bigquery-schema-convert",
26+
"job": {
27+
"php": "@latest",
28+
"command": "diff <(cat test/TypeProvider/data/bigQuerySchema.json | ./bin/sfp-phpstan-psr-log-bigquery-schema-convert) <(echo -n 'array{first_name?: string, product?: array{id?: string}, cancellation_reason?: (float | int | numeric-string), cancellation_date?: \\DateTimeInterface, exception?: \\Throwable}')"
29+
}
2330
}
2431
],
2532
"ignore_php_platform_requirements": {

0 commit comments

Comments
 (0)