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

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

namespace Psalm\Issue;

class UndefinedClass extends ClassIssue
{
    public const ERROR_LEVEL = -1;
    public const SHORTCODE = 19;
}