2017-11-11 20:53:35 +01:00
|
|
|
<?php
|
|
|
|
namespace Psalm\Issue;
|
|
|
|
|
2018-03-21 03:36:03 +01:00
|
|
|
class PossiblyUndefinedMethod extends MethodIssue
|
2017-11-11 20:53:35 +01:00
|
|
|
{
|
2020-09-20 18:54:46 +02:00
|
|
|
public const ERROR_LEVEL = 3;
|
|
|
|
public const SHORTCODE = 108;
|
2017-11-11 20:53:35 +01:00
|
|
|
}
|