Skip to content

Commit 3a4755f

Browse files
Merge branch '6.2' into 6.3
* 6.2: CS fix Fix test provider
2 parents 2abfb77 + 2b3ab83 commit 3a4755f

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
@@ -38,7 +38,7 @@ public function toName(): string
3838
}
3939

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

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

0 commit comments

Comments
 (0)