Skip to content

Commit

Permalink
Drop orphaned token
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jan 4, 2022
1 parent ff9b214 commit 30013cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Psalm/Internal/Type/TypeTokenizer.php
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion tests/TypeComparatorTest.php
Expand Up @@ -73,7 +73,6 @@ public function getAllBasicTypes(): array
$basic_generic_types,
[
'open-resource' => true, // unverifiable
'mysql-escaped-string' => true, // deprecated
'non-empty-countable' => true, // bit weird, maybe a bug?
]
);
Expand Down

0 comments on commit 30013cb

Please sign in to comment.