Skip to content

Commit c64e181

Browse files
authored
Update Registry.php
1 parent 1bd45ca commit c64e181

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Api/Registry.php

-6
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public function repositories($repository_id, array $parameters = [])
5555
* @see https://docs.gitlab.com/ee/api/container_registry.html#list-registry-repository-tags
5656
*
5757
* @param int|string $project_id
58-
* @param int $repository_id
5958
*
6059
* @return mixed
6160
*/
@@ -70,8 +69,6 @@ public function repositoryTags($project_id, int $repository_id)
7069
* @see https://docs.gitlab.com/ee/api/container_registry.html#get-details-of-a-registry-repository-tag
7170
*
7271
* @param int|string $project_id
73-
* @param int $repository_id
74-
* @param string $tag_name
7572
*
7673
* @return mixed
7774
*/
@@ -89,8 +86,6 @@ public function repositoryTag($project_id, int $repository_id, string $tag_name)
8986
* @see https://docs.gitlab.com/ee/api/container_registry.html#delete-a-registry-repository-tag
9087
*
9188
* @param int|string $project_id
92-
* @param int $repository_id
93-
* @param string $tag_name
9489
*
9590
* @return mixed
9691
*/
@@ -108,7 +103,6 @@ public function removeRepositoryTag($project_id, int $repository_id, string $tag
108103
* @see https://docs.gitlab.com/ee/api/container_registry.html#delete-registry-repository-tags-in-bulk
109104
*
110105
* @param int|string $project_id
111-
* @param int $repository_id
112106
* @param array $parameters {
113107
*
114108
* @var string $name_regex_delete

0 commit comments

Comments
 (0)