X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/6dd1eeafade7105c0785340a43877a8d63793892..6bde4b82ec04ee5a1622220663bcacca2ec301d6:/src/phorkie/Repository.php diff --git a/src/phorkie/Repository.php b/src/phorkie/Repository.php index ed07fb5..0cc279b 100644 --- a/src/phorkie/Repository.php +++ b/src/phorkie/Repository.php @@ -104,7 +104,7 @@ class Repository $this->hash = $output; } - /** + /** * Populates $this->message * * @return void @@ -238,14 +238,14 @@ class Repository /** * Get a link to the repository * - * @param string $type Link type. Supported are: - * - "edit" - * - "delete" - * - "delete-confirm" - * - "display" - * - "fork" - * - "revision" - * @param string $option + * @param string $type Link type. Supported are: + * - "edit" + * - "delete" + * - "delete-confirm" + * - "display" + * - "fork" + * - "revision" + * @param string $option Additional link option, e.g. revision number * * @return string */