Skip to content

Commit

Permalink
Update src/Symfony/Component/Mime/Part/TextPart.php
Browse files Browse the repository at this point in the history
Thanks to @kbond.

Co-authored-by: Kevin Bond <kevinbond@gmail.com>
  • Loading branch information
Cyb0rk and kbond committed Mar 27, 2023
1 parent 69a3121 commit cc08bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Mime/Part/TextPart.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function setDisposition(string $disposition): static
*
* @return string Current content disposition
*/
public function getDisposition(): string
public function getDisposition(): ?string
{
return $this->disposition;
}
Expand Down

0 comments on commit cc08bb0

Please sign in to comment.