Skip to content

Commit 7a2e419

Browse files
committed
Merge branch '3.2'
* 3.2: Revert "bug #21436 [DependencyInjection] check for circular refs caused by method calls (xabbuh)" Static code analysis with Php Inspections (EA Extended) [VarDumper] Added missing persistent stream cast remove unused translation file reverted usage of isNan
2 parents 1690925 + d6825c6 commit 7a2e419

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tests/DataCollectorTranslatorTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ private function createCollector()
8686
$translator->addResource('array', array('bar' => 'bar (fr)'), 'fr');
8787
$translator->addResource('array', array('bar_ru' => 'bar (ru)'), 'ru');
8888

89-
$collector = new DataCollectorTranslator($translator);
90-
91-
return $collector;
89+
return new DataCollectorTranslator($translator);
9290
}
9391
}

0 commit comments

Comments
 (0)