1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 06:58:41 +01:00
psalm/src/Psalm/Issue/MutableDependency.php

9 lines
130 B
PHP
Raw Normal View History

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