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

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

namespace Psalm\Issue;

class PossiblyUndefinedArrayOffset extends CodeIssue
{
    public const ERROR_LEVEL = 3;
    public const SHORTCODE = 167;
}