1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 06:58:41 +01:00
psalm/src/Psalm/Internal/Taint/TaintNode.php
2020-05-22 12:33:29 -04:00

10 lines
103 B
PHP

<?php
namespace Psalm\Internal\Taint;
use Psalm\CodeLocation;
class TaintNode extends Taintable
{
}