Skip to content

Commit 51fcaa5

Browse files
Merge branch '9.19' into 10.0
2 parents 3fa24ed + c224a06 commit 51fcaa5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Api/GroupsBoards.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
class GroupsBoards extends AbstractApi
88
{
99
/**
10-
* @param int|null $group_id
11-
* @param array $parameters
10+
* @param int|string|null $group_id
11+
* @param array $parameters
1212
*
1313
* @return mixed
1414
*/

vendor-bin/rector/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^7.2.5",
4-
"rector/rector-prefixed": "0.7.61"
4+
"rector/rector-prefixed": "0.8.42"
55
},
66
"config": {
77
"preferred-install": "dist"

0 commit comments

Comments
 (0)