File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class Issues extends AbstractApi
37
37
* @var string $labels comma-separated list of label names, issues must have all labels to be returned
38
38
* @var bool $with_labels_details if true, response will return more details for each label
39
39
* @var string $milestone the milestone title
40
- * @var string scope return issues for the given scope: created-by-me, assigned-to-me or all (default is created-by-me)
40
+ * @var string $ scope return issues for the given scope: created-by-me, assigned-to-me or all (default is created-by-me)
41
41
* @var int[] $iids return only the issues having the given iid
42
42
* @var string $order_by return requests ordered by created_at or updated_at fields (default is created_at)
43
43
* @var string $sort return requests sorted in asc or desc order (default is desc)
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
3
"php" : " ^8.0.2" ,
4
- "phpstan/phpstan" : " 1.2.0 " ,
4
+ "phpstan/phpstan" : " 1.4.2 " ,
5
5
"phpstan/phpstan-deprecation-rules" : " 1.0.0" ,
6
6
"phpstan/phpstan-strict-rules" : " 1.1.0" ,
7
7
"thecodingmachine/phpstan-strict-rules" : " 1.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
3
"php" : " ^7.2.5 || ^8.0.2" ,
4
- "phpunit/phpunit" : " ^8.5.22 || ^9.5.11 "
4
+ "phpunit/phpunit" : " ^8.5.23 || ^9.5.12 "
5
5
},
6
6
"config" : {
7
7
"preferred-install" : " dist"
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
3
"php" : " ^8.0.2" ,
4
- "psalm/phar" : " 4.16 .1"
4
+ "psalm/phar" : " 4.18 .1"
5
5
},
6
6
"config" : {
7
7
"preferred-install" : " dist"
You can’t perform that action at this time.
0 commit comments