1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-07 13:42:11 +01:00
psalm/src/Psalm/Issue/ComplexFunction.php
2020-11-27 17:02:37 -05:00

9 lines
143 B
PHP

<?php
namespace Psalm\Issue;
class ComplexFunction extends CodeIssue
{
public const ERROR_LEVEL = -1;
public const SHORTCODE = 259;
}