This commit is contained in:
2021-09-22 11:36:29 +08:00
parent 07e919a2d5
commit e3bf41c7c5
3 changed files with 93 additions and 80 deletions
-17
View File
@@ -1,17 +0,0 @@
<?php
namespace Annotation;
interface Porters
{
/**
* @return mixed
*/
public function process(): mixed;
}