Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b370b32

Browse filesBrowse files
committed
Remove extra space in NotificationEmail
1 parent a2fc328 commit b370b32
Copy full SHA for b370b32

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Bridge/Twig/Mime/NotificationEmail.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Mime/NotificationEmail.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(Headers $headers = null, AbstractPart $body = null)
4343
{
4444
$missingPackages = [];
4545
if (!class_exists(CssInlinerExtension::class)) {
46-
$missingPackages['twig/cssinliner-extra'] = ' CSS Inliner';
46+
$missingPackages['twig/cssinliner-extra'] = 'CSS Inliner';
4747
}
4848

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.