1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-07 13:42:11 +01:00
psalm/src/Psalm/Issue/DuplicateMethod.php

12 lines
176 B
PHP

<?php
declare(strict_types=1);
namespace Psalm\Issue;
final class DuplicateMethod extends CodeIssue
{
public const ERROR_LEVEL = -1;
public const SHORTCODE = 178;
}