1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 06:58:41 +01:00
psalm/src/Psalm/Node/VirtualNode.php

12 lines
159 B
PHP
Raw Normal View History

<?php
namespace Psalm\Node;
/**
* Describe a Node that is not part of the original AST and was created by Psalm for analysis
*/
interface VirtualNode
{
}