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

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

namespace Psalm\Issue;

class StringIncrement extends CodeIssue
{
    public const ERROR_LEVEL = 4;
    public const SHORTCODE = 211;
}