1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Add missing file

This commit is contained in:
Matthew Brown 2018-02-17 20:45:09 -05:00
parent 783ba5236f
commit ec5c9c862c

View File

@ -0,0 +1,6 @@
<?php
namespace Psalm\Issue;
class InterfaceInstantiation extends CodeIssue
{
}