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 82a38e1 commit aaa649cCopy full SHA for aaa649c
conf/config.neon
@@ -94,6 +94,7 @@ parameters:
94
preciseMissingReturn: false
95
validatePregQuote: false
96
noImplicitWildcard: false
97
+ narrowPregMatches: true
98
fileExtensions:
99
- php
100
checkAdvancedIsset: false
conf/parametersSchema.neon
@@ -89,6 +89,7 @@ parametersSchema:
89
preciseMissingReturn: bool()
90
validatePregQuote: bool()
91
noImplicitWildcard: bool()
92
+ narrowPregMatches: bool()
93
])
fileExtensions: listOf(string())
checkAdvancedIsset: bool()
0 commit comments