We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676cbae commit 0dc119cCopy full SHA for 0dc119c
conf/config.neon
@@ -48,7 +48,6 @@ parameters:
48
uselessReturnValue: false
49
printfArrayParameters: false
50
requireFileExists: false
51
- narrowPregMatches: true
52
tooWidePropertyType: false
53
fileExtensions:
54
- php
conf/parametersSchema.neon
@@ -53,7 +53,6 @@ parametersSchema:
checkParameterCastableToStringFunctions: bool()
uselessReturnValue: bool()
55
printfArrayParameters: bool()
56
- narrowPregMatches: bool()
57
tooWidePropertyType: bool()
58
requireFileExists: bool()
59
])
0 commit comments