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

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

namespace Psalm\Issue;

class UnusedPsalmSuppress extends CodeIssue
{
    public const ERROR_LEVEL = -2;
    public const SHORTCODE = 207;
}