8000 CS fix · symfony/symfony@91e7199 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91e7199

Browse files
committed
CS fix
1 parent e34596b commit 91e7199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Mime/Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ private function prepareParts(): ?array
475475

476476
$regexes = [
477477
'<img\s+[^>]*src\s*=\s*(?:([\'"])cid:([^"]+)\\1|cid:([^>\s]+))',
478-
'<\w+\s+[^>]*background\s*=\s*(?:([\'"])cid:([^"]+)\\1|cid:([^>\s]+))'
478+
'<\w+\s+[^>]*background\s*=\s*(?:([\'"])cid:([^"]+)\\1|cid:([^>\s]+))',
479479
];
480480
$tmpMatches = [];
481481
foreach ($regexes as $regex) {

0 commit comments

Comments
 (0)
0