mirror of
				https://github.com/sitelease/sugar-cube-client.git
				synced 2025-10-31 03:52: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. | ||||
|    * @return UriInterface|null The GPG verification of this commit. | ||||
|    * @return PayloadCommitVerification|null The GPG verification of this commit. | ||||
|    */ | ||||
|   function getVerification(): ?PayloadCommitVerification { | ||||
|     return $this->verification; | ||||
|  | ||||
| @ -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; | ||||
|  | ||||
| @ -1,3 +1,3 @@ | ||||
| parameters: | ||||
|   level: max | ||||
|   paths: [lib, test] | ||||
|   paths: [lib] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user