Update libraries/jcb_powers/VDM.Joomla.Gitea/src/User.php

typo error in get() function
This commit is contained in:
oxido 2024-02-06 05:07:27 +00:00
parent 3c91a5cdbb
commit 5987e18f14

View File

@ -88,7 +88,7 @@ class User extends Api
* @return object|null
* @since 3.2.0
**/
public function get(string $username): o?bject
public function get(string $username): ?object
{
// Build the request path.
$path = "/users/{$username}";