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

10 lines
98 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
{
}