diff options
Diffstat (limited to 'lib/private/Mail/Attachment.php')
-rw-r--r-- | lib/private/Mail/Attachment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Mail/Attachment.php b/lib/private/Mail/Attachment.php index 8dede9714f8..2a5246c0019 100644 --- a/lib/private/Mail/Attachment.php +++ b/lib/private/Mail/Attachment.php @@ -22,7 +22,7 @@ class Attachment implements IAttachment { private ?string $body, private ?string $name, private ?string $contentType, - private ?string $path = null + private ?string $path = null, ) { } |