1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 02:07:37 +01:00
psalm/src/Psalm/Issue/InvalidConstantAssignmentValue.php

10 lines
173 B
PHP
Raw Normal View History

<?php
2022-01-20 23:51:55 +01:00
namespace Psalm\Issue;
2022-02-05 23:27:18 +01:00
final class InvalidConstantAssignmentValue extends ClassConstantIssue
{
public const ERROR_LEVEL = 6;
public const SHORTCODE = 304;
}