1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Declare html-escaped-string is deprecated on doc

This commit is contained in:
sasezaki 2021-10-04 21:00:54 +09:00 committed by GitHub
parent 213644d48e
commit f03f362431
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 remove in 5.x._