2019-03-07 17:16:40 +01:00
|
|
|
<?php
|
|
|
|
namespace Psalm\Issue;
|
|
|
|
|
2019-06-06 20:48:33 +02:00
|
|
|
class UndefinedInterface extends ClassIssue
|
2019-03-07 17:16:40 +01:00
|
|
|
{
|
2020-09-20 18:54:46 +02:00
|
|
|
public const ERROR_LEVEL = -1;
|
|
|
|
public const SHORTCODE = 189;
|
2019-03-07 17:16:40 +01:00
|
|
|
}
|