Skip to content

Commit dbbd1d3

Browse files
committed
disable strict_type check on generated files
1 parent dc279c0 commit dbbd1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
check: ['PHPCS', 'Stan']
153153
include:
154154
- check: PHPCS
155-
command: 'cs-check'
155+
command: 'cs-check -- --exclude SlevomatCodingStandard.TypeHints.DeclareStrictTypes'
156156
- check: Stan
157157
command: 'stan -- -a autoload.php.dist'
158158
- type: query

0 commit comments

Comments
 (0)