@@ -55,7 +55,6 @@ public function repositories($repository_id, array $parameters = [])
55
55
* @see https://docs.gitlab.com/ee/api/container_registry.html#list-registry-repository-tags
56
56
*
57
57
* @param int|string $project_id
58
- * @param int $repository_id
59
58
*
60
59
* @return mixed
61
60
*/
@@ -70,8 +69,6 @@ public function repositoryTags($project_id, int $repository_id)
70
69
* @see https://docs.gitlab.com/ee/api/container_registry.html#get-details-of-a-registry-repository-tag
71
70
*
72
71
* @param int|string $project_id
73
- * @param int $repository_id
74
- * @param string $tag_name
75
72
*
76
73
* @return mixed
77
74
*/
@@ -89,8 +86,6 @@ public function repositoryTag($project_id, int $repository_id, string $tag_name)
89
86
* @see https://docs.gitlab.com/ee/api/container_registry.html#delete-a-registry-repository-tag
90
87
*
91
88
* @param int|string $project_id
92
- * @param int $repository_id
93
- * @param string $tag_name
94
89
*
95
90
* @return mixed
96
91
*/
@@ -108,7 +103,6 @@ public function removeRepositoryTag($project_id, int $repository_id, string $tag
108
103
* @see https://docs.gitlab.com/ee/api/container_registry.html#delete-registry-repository-tags-in-bulk
109
104
*
110
105
* @param int|string $project_id
111
- * @param int $repository_id
112
106
* @param array $parameters {
113
107
*
114
108
* @var string $name_regex_delete
0 commit comments