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