Skip to content

Commit 4a50d98

Browse files
committed
fixed type hint
1 parent ff0fb37 commit 4a50d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Github/Api/Organization/Actions/Variables.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function setSelectedRepositories(string $organization, string $variableNa
124124
* @link https://docs.github.com/en/rest/actions/variables?apiVersion=2022-11-28#add-selected-repository-to-an-organization-variable
125125
*
126126
* @param string $organization
127-
* @param string $repositoryId
127+
* @param int $repositoryId
128128
* @param string $variableName
129129
*
130130
* @return array|string
@@ -138,7 +138,7 @@ public function addRepository(string $organization, int $repositoryId, string $v
138138
* @link https://docs.github.com/en/rest/actions/variables?apiVersion=2022-11-28#remove-selected-repository-from-an-organization-variable
139139
*
140140
* @param string $organization
141-
* @param string $repositoryId
141+
* @param int $repositoryId
142142
* @param string $variableName
143143
*
144144
* @return array|string

0 commit comments

Comments
 (0)