Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TaintedSystemSecret.php « Issue « Psalm « src « psalm « vimeo « vendor - github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3d0210eb276600798fefb60673503a51bfd15a4 (plain)
1
2
3
4
5
6
7
8
<?php

namespace Psalm\Issue;

class TaintedSystemSecret extends TaintedInput
{
    public const SHORTCODE = 248;
}