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:
parent
7d6324a03e
commit
e6472deddb
@ -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._
|
|
||||||
|
Loading…
Reference in New Issue
Block a user