1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Drop suppression as the method is now used in tests

This commit is contained in:
Bruce Weirdan 2024-01-29 22:29:19 +01:00
parent b2aebd90a7
commit e63db9c12a
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -2406,7 +2406,6 @@ final class Codebase
/**
* @param array<string, mixed> $phantom_classes
* @psalm-suppress PossiblyUnusedMethod part of the public API
*/
public function queueClassLikeForScanning(
string $fq_classlike_name,