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

10 lines
103 B
PHP
Raw Normal View History

2020-05-22 04:47:58 +02:00
<?php
namespace Psalm\Internal\Taint;
use Psalm\CodeLocation;
class TaintNode extends Taintable
{
}