2020-03-11 15:18:40 +01:00
|
|
|
<?php
|
2021-12-15 04:58:32 +01:00
|
|
|
|
2020-03-11 15:18:40 +01:00
|
|
|
namespace Psalm\Issue;
|
|
|
|
|
|
|
|
class AbstractMethodCall extends CodeIssue
|
|
|
|
{
|
2020-09-20 18:54:46 +02:00
|
|
|
public const ERROR_LEVEL = -1;
|
|
|
|
public const SHORTCODE = 223;
|
2020-03-11 15:18:40 +01:00
|
|
|
}
|