Skip to content

Commit 514666c

Browse files
committed
bleeding edge only
1 parent 5ce0d45 commit 514666c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

conf/bleedingEdge.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ parameters:
1313
reportTooWideBool: true
1414
rawMessageInBaseline: true
1515
reportNestedTooWideType: false
16+
curlSetOptArrayTypes: true

conf/config.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ parameters:
3737
reportTooWideBool: false
3838
rawMessageInBaseline: false
3939
reportNestedTooWideType: false
40+
curlSetOptArrayTypes: false
4041
fileExtensions:
4142
- php
4243
checkAdvancedIsset: false

conf/parametersSchema.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ parametersSchema:
4040
reportTooWideBool: bool()
4141
rawMessageInBaseline: bool()
4242
reportNestedTooWideType: bool()
43+
curlSetOptArrayTypes: bool()
4344
])
4445
fileExtensions: listOf(string())
4546
checkAdvancedIsset: bool()

0 commit comments

Comments
 (0)