opsdash-app/opsdash/tests/php/stubs/OCP/IUserSession.php
2025-12-28 09:08:32 +07:00

9 lines
112 B
PHP

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