Skip to content

Commit

Permalink
Remove unused psalm suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Nov 21, 2023
1 parent e86f8e3 commit 683be22
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Psl/Html/strip_tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,5 @@
*/
function strip_tags(string $html, array $allowed_tags = []): string
{
/**
* @psalm-suppress InvalidArgument
*
* @link https://github.com/vimeo/psalm/issues/5330
*/
return php_strip_tags($html, $allowed_tags);
}

0 comments on commit 683be22

Please sign in to comment.