1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 17:57:37 +01:00
psalm/src/Psalm/Issue/InterfaceInstantiation.php
2018-02-17 20:45:09 -05:00

7 lines
81 B
PHP

<?php
namespace Psalm\Issue;
class InterfaceInstantiation extends CodeIssue
{
}