<?php
namespace Psalm\Issue;

class PropertyTypeCoercion extends PropertyIssue
{
    public const ERROR_LEVEL = 3;
    public const SHORTCODE = 198;
}
