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

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

namespace Psalm\Issue;

class UndefinedPropertyFetch extends PropertyIssue
{
    public const ERROR_LEVEL = 6;
    public const SHORTCODE = 39;
}