This commit is contained in:
2021-04-29 10:39:17 +08:00
parent 78ab933e50
commit fe729eb7c5
+4 -2
View File
@@ -8,8 +8,10 @@ interface Porters
{
#[Port(port: 999)]
public function process();
/**
* @return mixed
*/
public function process(): mixed;
}