mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-31 20:12:29 +01:00
Fixed the documentation
This commit is contained in:
@ -256,7 +256,7 @@ class Repository implements \JsonSerializable {
|
||||
|
||||
/**
|
||||
* Gets the parent repository, if this repository is a fork or a mirror.
|
||||
* @return User|null The parent repository, if this repository is a fork or a mirror.
|
||||
* @return Repository|null The parent repository, if this repository is a fork or a mirror.
|
||||
*/
|
||||
function getParent(): ?Repository {
|
||||
return $this->parent;
|
||||
|
||||
Reference in New Issue
Block a user