1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-05 20:48:45 +01:00
psalm/src/Psalm/Issue/MissingFile.php

8 lines
97 B
PHP
Raw Normal View History

2017-10-29 22:36:02 +01:00
<?php
namespace Psalm\Issue;
class MissingFile extends CodeIssue
2017-10-29 22:36:02 +01:00
{
2020-03-17 14:19:39 +01:00
const SHORTCODE = 107;
2017-10-29 22:36:02 +01:00
}