mirror of
https://github.com/danog/psalm.git
synced 2024-12-15 19:07:00 +01:00
10 lines
152 B
PHP
10 lines
152 B
PHP
|
<?php
|
||
|
|
||
|
namespace Psalm\Issue;
|
||
|
|
||
|
class DuplicateEnumCaseValue extends ClassIssue
|
||
|
{
|
||
|
public const ERROR_LEVEL = -1;
|
||
|
public const SHORTCODE = 279;
|
||
|
}
|