Skip to content

Commit d3afe42

Browse files
minor symfony#52507 do not emit an error if an issue suppression handler was not used (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- do not emit an error if an issue suppression handler was not used | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 70fd3e7 do not emit an error if an issue suppression handler was not used
2 parents 86c8f97 + 70fd3e7 commit d3afe42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

psalm.xml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
errorBaseline=".github/psalm/psalm.baseline.xml"
1010
findUnusedBaselineEntry="false"
1111
findUnusedCode="false"
12+
findUnusedIssueHandlerSuppression="false"
1213
>
1314
<projectFiles>
1415
<directory name="src" />

0 commit comments

Comments
 (0)