mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
Remove test file
This commit is contained in:
parent
ec74b82587
commit
295207896b
15
src/matt.php
15
src/matt.php
@ -1,15 +0,0 @@
|
||||
<?php
|
||||
namespace Matt;
|
||||
|
||||
interface I {}
|
||||
|
||||
class C
|
||||
{
|
||||
public function getI(): I
|
||||
{
|
||||
return new class implements I
|
||||
{
|
||||
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user