1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

Merge pull request #7290 from weirdan/drop-mysql-escaped-string

This commit is contained in:
Bruce Weirdan 2022-01-04 10:19:18 +02:00 committed by GitHub
commit 3869d83931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -54,7 +54,6 @@ class TypeTokenizer
'stringable-object' => true,
'pure-callable' => true,
'pure-Closure' => true,
'mysql-escaped-string' => true, // deprecated, should be removed in Psalm 5
'literal-string' => true,
'non-empty-literal-string' => true,
'lowercase-string' => true,

View File

@ -73,7 +73,6 @@ class TypeComparatorTest extends TestCase
$basic_generic_types,
[
'open-resource' => true, // unverifiable
'mysql-escaped-string' => true, // deprecated
'non-empty-countable' => true, // bit weird, maybe a bug?
]
);