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

Fix order

This commit is contained in:
Matthew Brown 2021-06-10 09:07:15 -04:00
parent f5bc841295
commit e5a7478b38

View File

@ -10,8 +10,6 @@ use Psalm\Type\Atomic\TTrue;
use Psalm\Type\NodeVisitor;
use Psalm\Type\TypeNode;
use function strtolower;
class ContainsLiteralVisitor extends NodeVisitor
{
/**