Skip to content

Commit ef7c0a7

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Make FormErrorIterator generic [symfony/mailjet-mailer] Fix invalid mailjet error managment typehint of DkimOptions algorithm wrong Remove extra space in NotificationEmail Fix the usage of the Valid constraints in array-based forms Fix return value of `NullToken::getUser()` [DI] fix `ServiceSubscriberTrait` bug where parent has `__call()` [HttpClient] Fix reading proxy settings from dotenv when curl is used [Process] Don't return executable directories in PhpExecutableFinder Center icons vertically in trace list
2 parents a0f84e6 + d234ca3 commit ef7c0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mime/NotificationEmail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(Headers $headers = null, AbstractPart $body = null)
4444
{
4545
$missingPackages = [];
4646
if (!class_exists(CssInlinerExtension::class)) {
47-
$missingPackages['twig/cssinliner-extra'] = ' CSS Inliner';
47+
$missingPackages['twig/cssinliner-extra'] = 'CSS Inliner';
4848
}
4949

5050
if (!class_exists(InkyExtension::class)) {

0 commit comments

Comments
 (0)