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