Skip to content

Commit bfa3908

Browse files
committed
Fix conflicts
1 parent 9f353d8 commit bfa3908

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

conf/bleedingEdge.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ parameters:
6262
tooWidePropertyType: true
6363
explicitThrow: true
6464
absentTypeChecks: true
65+
requireFileExists: true
6566
stubFiles:
6667
- ../stubs/bleedingEdge/Rule.stub

conf/config.level0.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ conditionalTags:
3030
phpstan.rules.rule: %featureToggles.printfArrayParameters%
3131
PHPStan\Rules\Regexp\RegularExpressionQuotingRule:
3232
phpstan.rules.rule: %featureToggles.validatePregQuote%
33+
PHPStan\Rules\Keywords\RequireFileExistsRule:
34+
phpstan.rules.rule: %featureToggles.requireFileExists%
3335

3436
rules:
3537
- PHPStan\Rules\Api\ApiInstantiationRule

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+
requireFileExists: false
9798
narrowPregMatches: true
9899
tooWidePropertyType: false
99100
explicitThrow: false

conf/parametersSchema.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ parametersSchema:
9393
tooWidePropertyType: bool()
9494
explicitThrow: bool()
9595
absentTypeChecks: bool()
96+
requireFileExists: bool()
9697
])
9798
fileExtensions: listOf(string())
9899
checkAdvancedIsset: bool()

0 commit comments

Comments
 (0)