Skip to content

Files

Latest commit

Sep 10, 2020
00ad098 · Sep 10, 2020

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");