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

Dropped html-escaped-string docs

This commit is contained in:
Bruce Weirdan 2022-01-03 20:54:22 +02:00
parent 7d6324a03e
commit e6472deddb
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -73,9 +73,3 @@ Strings that don't pass this type check:
A non empty string, lowercased or both at once. A non 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'`. `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 (deprecated)
A string which can safely be used in a html context.
_This type will be removed in Psalm 5.x._