<?php
namespace Psalm\Issue;

class RedundantIdentityWithTrue extends CodeIssue
{
    public const ERROR_LEVEL = 1;
    public const SHORTCODE = 228;
}
