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
3737 * @var string $labels comma-separated list of label names, issues must have all labels to be returned
3838 * @var bool $with_labels_details if true, response will return more details for each label
3939 * @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)
4141 * @var int[] $iids return only the issues having the given iid
4242 * @var string $order_by return requests ordered by created_at or updated_at fields (default is created_at)
4343 * @var string $sort return requests sorted in asc or desc order (default is desc)
Original file line number Diff line number Diff line change 11{
22 "require" : {
33 "php" : " ^8.0.2" ,
4- "phpstan/phpstan" : " 1.2.0 " ,
4+ "phpstan/phpstan" : " 1.4.2 " ,
55 "phpstan/phpstan-deprecation-rules" : " 1.0.0" ,
66 "phpstan/phpstan-strict-rules" : " 1.1.0" ,
77 "thecodingmachine/phpstan-strict-rules" : " 1.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "require" : {
33 "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 "
55 },
66 "config" : {
77 "preferred-install" : " dist"
Original file line number Diff line number Diff line change 11{
22 "require" : {
33 "php" : " ^8.0.2" ,
4- "psalm/phar" : " 4.16 .1"
4+ "psalm/phar" : " 4.18 .1"
55 },
66 "config" : {
77 "preferred-install" : " dist"
You can’t perform that action at this time.
0 commit comments