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:
commit
3869d83931
@ -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,
|
||||
|
@ -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?
|
||||
]
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user