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