Skip to content

Commit 9d5ed21

Browse files
authored
Merge pull request #1524 from php-api-clients/GitHub/from-1.1.4-ce11a30340deb9560fca3f8049e3f57b-from-1.1.4-ce11a30340deb9560fca3f8049e3f57b
2 parents bd7a1e2 + a5f92e0 commit 9d5ed21

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

clients/GitHub/etc/openapi-client-generator.state

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "db98add04ce623b04585203c6ced5d4b",
2+
"specHash": "ce11a30340deb9560fca3f8049e3f57b",
33
"generatedFiles": {
44
"files": [
55
{
@@ -31032,7 +31032,7 @@
3103231032
},
3103331033
{
3103431034
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Issues\/AddSubIssue\/Request\/ApplicationJson.php",
31035-
"hash": "5544462daa352f25470f3bd85eb81674"
31035+
"hash": "e85802fff24da90c532fa15831d154cd"
3103631036
},
3103731037
{
3103831038
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Issues\/ReprioritizeSubIssue\/Request\/ApplicationJson.php",

clients/GitHub/src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"properties": {
1717
"sub_issue_id": {
1818
"type": "integer",
19-
"description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue"
19+
"description": "The id of the sub-issue to add. The sub-issue must belong to the same repository owner as the parent issue"
2020
},
2121
"replace_parent": {
2222
"type": "boolean",
@@ -32,7 +32,7 @@
3232
}';
3333

3434
/**
35-
* subIssueId: The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue
35+
* subIssueId: The id of the sub-issue to add. The sub-issue must belong to the same repository owner as the parent issue
3636
* replaceParent: Option that, when true, instructs the operation to replace the sub-issues current parent issue
3737
*/
3838
public function __construct(#[MapFrom('sub_issue_id')]

etc/specs/GitHub/current.spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35626,7 +35626,7 @@ paths:
3562635626
sub_issue_id:
3562735627
type: integer
3562835628
description: The id of the sub-issue to add. The sub-issue must
35629-
belong to the same repository as the parent issue
35629+
belong to the same repository owner as the parent issue
3563035630
replace_parent:
3563135631
type: boolean
3563235632
description: Option that, when true, instructs the operation to

0 commit comments

Comments
 (0)