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

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

namespace Psalm\Issue;

class InvalidIterator extends CodeIssue
{
    public const ERROR_LEVEL = 6;
    public const SHORTCODE = 9;
}