Skip to content

Commit c13169b

Browse files
committed
fix(tests): Remove unneeded suppression of UndefinedInterfaceMethod
1 parent f0cb777 commit c13169b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Sampler/RuleBased/psalm.xml.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
1616
</plugins>
1717
<issueHandlers>
18-
<UndefinedInterfaceMethod>
19-
<errorLevel type="suppress">
20-
<directory name="src/ComponentProvider"/>
21-
</errorLevel>
22-
</UndefinedInterfaceMethod>
2318
<MoreSpecificImplementedParamType>
2419
<errorLevel type="suppress">
2520
<directory name="src/ComponentProvider"/>

0 commit comments

Comments
 (0)