<?php
namespace Psalm\Issue;
class PossiblyFalseIterator extends CodeIssue
{
const ERROR_LEVEL = 3;
const SHORTCODE = 164;
}