Files
kiri-core/Annotation/Porters.php
T
2021-04-29 10:39:17 +08:00

18 lines
121 B
PHP

<?php
namespace Annotation;
interface Porters
{
/**
* @return mixed
*/
public function process(): mixed;
}