1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
psalm/src/Psalm/Issue/InvalidIterator.php

12 lines
173 B
PHP

<?php
declare(strict_types=1);
namespace Psalm\Issue;
final class InvalidIterator extends CodeIssue
{
public const ERROR_LEVEL = 6;
public const SHORTCODE = 9;
}