1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 02:47:02 +01:00
psalm/src/Psalm/Internal/Taint/Source.php

8 lines
75 B
PHP
Raw Normal View History

2019-08-14 06:47:57 +02:00
<?php
namespace Psalm\Internal\Taint;
class Source extends Taintable
{
}