Skip to content

Commit a5b24f2

Browse files
Fixed type order
1 parent 5c551ff commit a5b24f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Gitlab/Api/AbstractApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ protected function delete($path, array $parameters = array(), $requestHeaders =
173173
}
174174

175175
/**
176-
* @param string|int $id
176+
* @param int|string $id
177177
* @param string $path
178178
* @return string
179179
*/
@@ -193,7 +193,7 @@ protected function getGroupPath($id, $path)
193193
}
194194

195195
/**
196-
* @param string|int $path
196+
* @param int|string $path
197197
* @return string
198198
*/
199199
protected function encodePath($path)

0 commit comments

Comments
 (0)