2018-01-23 15:09:43 +01:00
|
|
|
<?php
|
|
|
|
namespace Psalm\Issue;
|
|
|
|
|
2019-06-06 20:48:33 +02:00
|
|
|
class DeprecatedInterface extends ClassIssue
|
2018-01-23 15:09:43 +01:00
|
|
|
{
|
2020-09-20 18:54:46 +02:00
|
|
|
public const ERROR_LEVEL = 2;
|
|
|
|
public const SHORTCODE = 152;
|
2018-01-23 15:09:43 +01:00
|
|
|
}
|