1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-08 05:58:38 +01:00
psalm/src/Psalm/Issue/ComplexFunction.php

9 lines
143 B
PHP
Raw Normal View History

2020-11-27 23:02:37 +01:00
<?php
namespace Psalm\Issue;
class ComplexFunction extends CodeIssue
{
public const ERROR_LEVEL = -1;
public const SHORTCODE = 259;
}