<?php
namespace Psalm\Issue;
class FalseOperand extends CodeIssue
{
public const ERROR_LEVEL = 4;
public const SHORTCODE = 161;
}