Files
kiri-core/Annotation/Porters.php
T

18 lines
121 B
PHP
Raw Normal View History

2021-04-29 10:35:11 +08:00
<?php
namespace Annotation;
interface Porters
{
2021-04-29 10:39:17 +08:00
/**
* @return mixed
*/
public function process(): mixed;
2021-04-29 10:35:11 +08:00
}