Skip to content

Commit a733263

Browse files
committed
refactor: removes getBodyString method
1 parent 9f3a3ce commit a733263

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Providers/Http/DTO/Request.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -280,18 +280,6 @@ public function getData(): ?array
280280
return $this->data;
281281
}
282282

283-
/**
284-
* Gets the request body string.
285-
*
286-
* @since n.e.x.t
287-
*
288-
* @return string|null The request body string.
289-
*/
290-
public function getBodyString(): ?string
291-
{
292-
return $this->body;
293-
}
294-
295283
/**
296284
* {@inheritDoc}
297285
*

0 commit comments

Comments
 (0)