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:
parent
783ba5236f
commit
ec5c9c862c
6
src/Psalm/Issue/InterfaceInstantiation.php
Normal file
6
src/Psalm/Issue/InterfaceInstantiation.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
namespace Psalm\Issue;
|
||||
|
||||
class InterfaceInstantiation extends CodeIssue
|
||||
{
|
||||
}
|
Loading…
Reference in New Issue
Block a user