Skip to content

Commit e6c3c0f

Browse files
Merge branch '3.4'
* 3.4: [Bridge\Doctrine][FrameworkBundle] Deprecate some remaining uses of ContainerAwareTrait [FrameworkBundle] Fix bad interface hint in AbstractController [VarDumper] deprecate MongoCaster [HttpFoundation] deprecate using with the legacy mongo extension; use it with the mongodb/mongodb package and ext-mongodb instead Fix BC layer Reset profiler. [DI] Improve some deprecation messages [DI] remove inheritdoc from dumped container [Config] Fix dumped files invalidation by OPCache [Security] Add Guard authenticator <supports> method [Cache] Fix race condition in TagAwareAdapter [DI] Allow setting any public non-initialized services [Yaml] parse references on merge keys treat trailing backslashes in multi-line strings [FrameworkBundle] Expose dotenv in bin/console about fix refreshing line numbers for the inline parser fix version in changelog [FrameworkBundle] Make Controller helpers final [DoctrineBridge] Deprecate DbalSessionHandler
2 parents c1e3cd0 + 5c94827 commit e6c3c0f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DataCollector/TranslationDataCollector.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ public function collect(Request $request, Response $response, \Exception $except
5858
{
5959
}
6060

61+
/**
62+
* {@inheritdoc}
63+
*/
64+
public function reset()
65+
{
66+
$this->data = array();
67+
}
68+
6169
/**
6270
* @return array
6371
*/

0 commit comments

Comments
 (0)