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

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

namespace Psalm\Issue;

class InterfaceInstantiation extends CodeIssue
{
    public const ERROR_LEVEL = -1;
    public const SHORTCODE = 158;
}