2020-07-08 21:51:02 +02:00
|
|
|
<?php
|
2021-12-15 04:58:32 +01:00
|
|
|
|
2020-07-08 21:51:02 +02:00
|
|
|
namespace Psalm\Issue;
|
|
|
|
|
|
|
|
class IfThisIsMismatch extends CodeIssue
|
|
|
|
{
|
2021-12-27 20:20:28 +01:00
|
|
|
public const ERROR_LEVEL = 4;
|
|
|
|
public const SHORTCODE = 300;
|
2020-07-08 21:51:02 +02:00
|
|
|
}
|