@@ -10,6 +10,7 @@ parameters:
10
10
level : null
11
11
paths : []
12
12
exceptions :
13
+ implicitThrows : true
13
14
uncheckedExceptionRegexes : []
14
15
uncheckedExceptionClasses : []
15
16
checkedExceptionRegexes : []
@@ -68,7 +69,6 @@ parameters:
68
69
checkTooWideReturnTypesInProtectedAndPublicMethods : false
69
70
checkUninitializedProperties : false
70
71
inferPrivatePropertyTypeFromConstructor : false
71
- implicitThrows : true
72
72
reportMaybes : false
73
73
reportMaybesInMethodSignatures : false
74
74
reportMaybesInPropertyPhpDocTypes : false
@@ -183,6 +183,7 @@ parametersSchema:
183
183
level : schema (anyOf (int (), string ()), nullable ())
184
184
paths : listOf (string ())
185
185
exceptions : structure ([
186
+ implicitThrows : bool (),
186
187
uncheckedExceptionRegexes : listOf (string ()),
187
188
uncheckedExceptionClasses : listOf (string ()),
188
189
checkedExceptionRegexes : listOf (string ()),
@@ -243,7 +244,7 @@ parametersSchema:
243
244
checkTooWideReturnTypesInProtectedAndPublicMethods : bool ()
244
245
checkUninitializedProperties : bool ()
245
246
inferPrivatePropertyTypeFromConstructor : bool ()
246
- implicitThrows : bool ()
247
+
247
248
tipsOfTheDay : bool ()
248
249
reportMaybes : bool ()
249
250
reportMaybesInMethodSignatures : bool ()
@@ -450,7 +451,7 @@ services:
450
451
polluteScopeWithAlwaysIterableForeach : %polluteScopeWithAlwaysIterableForeach%
451
452
earlyTerminatingMethodCalls : %earlyTerminatingMethodCalls%
452
453
earlyTerminatingFunctionCalls : %earlyTerminatingFunctionCalls%
453
- implicitThrows : %implicitThrows%
454
+ implicitThrows : %exceptions. implicitThrows%
454
455
455
456
-
456
457
implement : PHPStan\Analyser\ResultCache\ResultCacheManagerFactory
0 commit comments