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