Skip to content

Commit 51994b9

Browse files
Merge branch '9.19' into 10.0
2 parents 44276d1 + cad9eb8 commit 51994b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Model/Project.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ public function removeSnippet(int $id)
11141114
}
11151115

11161116
/**
1117-
* @param int|string $group_id
1117+
* @param int $group_id
11181118
*
11191119
* @return Group
11201120
*/

src/Model/User.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function removeKey(int $id)
215215
}
216216

217217
/**
218-
* @param int|string $group_id
218+
* @param int $group_id
219219
* @param int $access_level
220220
*
221221
* @return User
@@ -228,7 +228,7 @@ public function addToGroup($group_id, int $access_level)
228228
}
229229

230230
/**
231-
* @param int|string $group_id
231+
* @param int $group_id
232232
*
233233
* @return bool
234234
*/

0 commit comments

Comments
 (0)