1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 15:09:04 +01:00
psalm/src/Psalm/Internal/Taint/Sink.php

12 lines
158 B
PHP
Raw Normal View History

2019-08-14 06:47:57 +02:00
<?php
namespace Psalm\Internal\Taint;
use Psalm\CodeLocation;
class Sink extends Taintable
{
/** @var array<int, Sink> */
public $children = [];
}