2017-12-06 06:56:00 +01:00
|
|
|
<?php
|
|
|
|
namespace Psalm\Issue;
|
|
|
|
|
2020-07-16 15:49:59 +02:00
|
|
|
class UndefinedGlobalVariable extends VariableIssue
|
2017-12-06 06:56:00 +01:00
|
|
|
{
|
2020-09-20 18:54:46 +02:00
|
|
|
public const ERROR_LEVEL = -1;
|
|
|
|
public const SHORTCODE = 127;
|
2017-12-06 06:56:00 +01:00
|
|
|
}
|