MIR0508
UnusedSuppress
A suppression annotation (@psalm-suppress / @mir-suppress / @suppress) did not match any issue.
Example
Section titled “Example”<?php/** @psalm-suppress UndefinedClass */$x = new KnownClass(); // nothing to suppressHow to fix
Section titled “How to fix”Remove the stale suppression annotation.