Skip to content

Commit aaa649c

Browse files
committed
Return narrowPregMatches into featureToggles schema to fix composer/pcre
1 parent 82a38e1 commit aaa649c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

conf/config.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ parameters:
9494
preciseMissingReturn: false
9595
validatePregQuote: false
9696
noImplicitWildcard: false
97+
narrowPregMatches: true
9798
fileExtensions:
9899
- php
99100
checkAdvancedIsset: false

conf/parametersSchema.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ parametersSchema:
8989
preciseMissingReturn: bool()
9090
validatePregQuote: bool()
9191
noImplicitWildcard: bool()
92+
narrowPregMatches: bool()
9293
])
9394
fileExtensions: listOf(string())
9495
checkAdvancedIsset: bool()

0 commit comments

Comments
 (0)