<?php
namespace Psalm\Issue;

class MixedPropertyTypeCoercion extends PropertyIssue
{
    public const ERROR_LEVEL = 1;
    public const SHORTCODE = 196;
}
