1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-07 13:42:11 +01:00
psalm/src/Psalm/Issue/DeprecatedInterface.php

12 lines
180 B
PHP

<?php
declare(strict_types=1);
namespace Psalm\Issue;
final class DeprecatedInterface extends ClassIssue
{
public const ERROR_LEVEL = 2;
public const SHORTCODE = 152;
}