1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 10:38:49 +01:00

Merge pull request #6582 from sasezaki/patch-1

This commit is contained in:
Bruce Weirdan 2021-10-05 00:17:42 +03:00 committed by GitHub
commit 7332c514a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,8 @@ An empty string, lowercased or both at once.
`empty` here is defined as all strings except the empty string `''`. Another type `non-falsy-string` is effectively a subtype of `non-empty-string`, and also precludes the string value `'0'`.
### html-escaped-string
### html-escaped-string (deprecated)
A string which can safely be used in a html context
A string which can safely be used in a html context.
_This type will be removed in Psalm 5.x._