Fixed the documentation

This commit is contained in:
Cédric Belin
2018-11-09 20:24:34 +01:00
parent e0c6a581d7
commit ca9ac25675
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -1,3 +1,3 @@
parameters:
level: max
paths: [lib, test]
paths: [lib]