2016-08-07 17:35:27 +02:00
|
|
|
<?php
|
|
|
|
namespace Psalm\Issue;
|
|
|
|
|
2019-01-23 22:58:50 +01:00
|
|
|
class NoInterfaceProperties extends ClassIssue
|
2016-08-07 17:35:27 +02:00
|
|
|
{
|
2020-09-20 18:54:46 +02:00
|
|
|
public const ERROR_LEVEL = 4;
|
|
|
|
public const SHORTCODE = 28;
|
2016-08-07 17:35:27 +02:00
|
|
|
}
|