<?php
namespace Psalm\Issue;
class DuplicateMethod extends CodeIssue
{
const ERROR_LEVEL = -1;
const SHORTCODE = 178;
}