1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-06 13:08:40 +01:00
psalm/src/Psalm/Issue/AbstractMethodCall.php

9 lines
132 B
PHP
Raw Normal View History

<?php
namespace Psalm\Issue;
class AbstractMethodCall extends CodeIssue
{
const ERROR_LEVEL = -1;
2020-03-17 14:19:39 +01:00
const SHORTCODE = 223;
}