opsdash-app/opsdash/tests/php/stubs/OCP/IUser.php
2025-11-23 15:27:38 +07:00

8 lines
103 B
PHP

<?php
declare(strict_types=1);
namespace OCP;
interface IUser {
public function getUID(): string;
}