Skip to content

Commit 49db928

Browse files
CS fix
1 parent be307e4 commit 49db928

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Mime/WrappedTemplatedEmail.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function toName(): string
3636
}
3737

3838
/**
39-
* @param string $image A Twig path to the image file. It's recommended to define
39+
* @param string $image A Twig path to the image file. It's recommended to define
4040
* some Twig namespace for email images (e.g. '@email/images/logo.png').
4141
* @param string|null $contentType The media type (i.e. MIME type) of the image file (e.g. 'image/png').
4242
* Some email clients require this to display embedded images.
@@ -54,9 +54,9 @@ public function image(string $image, string $contentType = null): string
5454
}
5555

5656
/**
57-
* @param string $file A Twig path to the file. It's recommended to define
57+
* @param string $file A Twig path to the file. It's recommended to define
5858
* some Twig namespace for email files (e.g. '@email/files/contract.pdf').
59-
* @param string|null $name A custom file name that overrides the original name of the attached file.
59+
* @param string|null $name A custom file name that overrides the original name of the attached file
6060
* @param string|null $contentType The media type (i.e. MIME type) of the file (e.g. 'application/pdf').
6161
* Some email clients require this to display attached files.
6262
*/

0 commit comments

Comments
 (0)