2019-06-15 18:09:15 +02:00
|
|
|
<?php
|
2021-12-15 04:58:32 +01:00
|
|
|
|
2019-06-15 18:09:15 +02:00
|
|
|
namespace Psalm\Issue;
|
|
|
|
|
|
|
|
class DeprecatedFunction extends FunctionIssue
|
|
|
|
{
|
2020-09-20 18:54:46 +02:00
|
|
|
public const ERROR_LEVEL = 2;
|
|
|
|
public const SHORTCODE = 201;
|
2019-06-15 18:09:15 +02:00
|
|
|
}
|