File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 12
12
errorBaseline=" tests/psalm-baseline.xml"
13
13
findUnusedBaselineEntry=" true"
14
14
findUnusedCode=" false"
15
+ checkForThrowsDocblock=" true"
15
16
>
16
17
<stubs >
17
18
<file name =" tests/stubs/doctrine_dbal_exception.php" />
173
174
<PossiblyNullPropertyAssignmentValue errorLevel =" error" />
174
175
<PossiblyNullPropertyFetch errorLevel =" error" />
175
176
<PossiblyNullReference errorLevel =" error" />
177
+ <MissingThrowsDocblock >
178
+ <errorLevel type =" suppress" >
179
+ <directory name =" tests" />
180
+ </errorLevel >
181
+ <errorLevel type =" suppress" >
182
+ <referencedClass name =" RuntimeException" />
183
+ <referencedClass name =" BadMethodCallException" />
184
+ </errorLevel >
185
+ <errorLevel type =" error" >
186
+ <directory name =" lib" />
187
+ </errorLevel >
188
+ </MissingThrowsDocblock >
176
189
</issueHandlers >
177
190
</psalm >
You canβt perform that action at this time.
0 commit comments