Skip to content

Commit 4ede47d

Browse files
authored
Private function requestBody() does not need to be marked as internal (#454)
* Private function requestBody() does not need to be marked as internal * Update generated code
1 parent 64f01e6 commit 4ede47d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Input/AddLayerVersionPermissionRequest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ public function setVersionNumber(?string $value): self
214214
return $this;
215215
}
216216

217-
/**
218-
* @internal
219-
*/
220217
private function requestBody(): array
221218
{
222219
$payload = [];

src/Input/PublishLayerVersionRequest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ public function setLicenseInfo(?string $value): self
168168
return $this;
169169
}
170170

171-
/**
172-
* @internal
173-
*/
174171
private function requestBody(): array
175172
{
176173
$payload = [];

0 commit comments

Comments
 (0)