Skip to content

Commit e8200d1

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Runtime] Consider also $_ENV when resolving APP_RUNTIME and APP_RUNTIME_OPTIONS [WebProfilerBundle] Add a "previews tab in mailer profiler for HTML email [Config] Fix signature generation with nested attributes on PHP 8.1 [Cache] allow/provide psr/simple-cache v2 [Validator] Add missing translations for Slovenian (sl) Add missing translations for Bosnian (bs) Bump Symfony version to 4.4.34 Update VERSION for 4.4.33 Update CONTRIBUTORS for 4.4.33 Update CHANGELOG for 4.4.33
2 parents ec6a10c + fd3581f commit e8200d1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DataCollector/MessageDataCollector.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ public function getEvents(): MessageEvents
4242
return $this->data['events'];
4343
}
4444

45+
/**
46+
* @internal
47+
*/
48+
public function base64Encode(string $data): string
49+
{
50+
return base64_encode($data);
51+
}
52+
4553
/**
4654
* {@inheritdoc}
4755
*/

0 commit comments

Comments
 (0)