Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 231 Bytes

UnusedPsalmSuppress.md

File metadata and controls

10 lines (7 loc) · 231 Bytes

UnusedPsalmSuppress

Emitted when --find-unused-psalm-suppress is turned on and Psalm cannot find any uses of a given @psalm-suppress annotation

<?php

/** @psalm-suppress InvalidArgument */
echo strlen("hello");