mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
11 lines
143 B
PHP
11 lines
143 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Psalm\Issue;
|
|
|
|
final class TaintedInclude extends TaintedInput
|
|
{
|
|
public const SHORTCODE = 251;
|
|
}
|