Skip to content

Commit fd7cba2

Browse files
villfaondrejmirtes
authored andcommitted
Add deprecationRulesInstalled configuration
It indicates whether phpstan-deprecation-rules is installed
1 parent ee86dda commit fd7cba2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf/config.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ parameters:
8686
checkTooWideReturnTypesInProtectedAndPublicMethods: false
8787
checkUninitializedProperties: false
8888
checkDynamicProperties: false
89+
deprecationRulesInstalled: false
8990
inferPrivatePropertyTypeFromConstructor: false
9091
reportMaybes: false
9192
reportMaybesInMethodSignatures: false
@@ -303,6 +304,7 @@ parametersSchema:
303304
checkTooWideReturnTypesInProtectedAndPublicMethods: bool()
304305
checkUninitializedProperties: bool()
305306
checkDynamicProperties: bool()
307+
deprecationRulesInstalled: bool()
306308
inferPrivatePropertyTypeFromConstructor: bool()
307309

308310
tipsOfTheDay: bool()

0 commit comments

Comments
 (0)