mirror of
				https://github.com/sitelease/sugar-cube-client.git
				synced 2025-10-31 12:02:30 +01:00 
			
		
		
		
	Fixed the documentation
This commit is contained in:
		| @ -119,7 +119,7 @@ class PayloadCommit implements \JsonSerializable { | |||||||
|  |  | ||||||
|   /** |   /** | ||||||
|    * Gets the GPG verification of this commit. |    * Gets the GPG verification of this commit. | ||||||
|    * @return UriInterface|null The GPG verification of this commit. |    * @return PayloadCommitVerification|null The GPG verification of this commit. | ||||||
|    */ |    */ | ||||||
|   function getVerification(): ?PayloadCommitVerification { |   function getVerification(): ?PayloadCommitVerification { | ||||||
|     return $this->verification; |     return $this->verification; | ||||||
|  | |||||||
| @ -256,7 +256,7 @@ class Repository implements \JsonSerializable { | |||||||
|  |  | ||||||
|   /** |   /** | ||||||
|    * Gets the parent repository, if this repository is a fork or a mirror. |    * 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 { |   function getParent(): ?Repository { | ||||||
|     return $this->parent; |     return $this->parent; | ||||||
|  | |||||||
| @ -1,3 +1,3 @@ | |||||||
| parameters: | parameters: | ||||||
|   level: max |   level: max | ||||||
|   paths: [lib, test] |   paths: [lib] | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user