Skip to content

Commit 7464e34

Browse files
committed
Unnecessary type cast removed
1 parent d570b34 commit 7464e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Part.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ private function findHeaders(): string {
217217

218218
$this->header = new Header($headers);
219219

220-
return (string) $body;
220+
return $body;
221221
}
222222

223223
/**

0 commit comments

Comments
 (0)