Skip to content

Commit 8f121e5

Browse files
Merge branch '3.4'
* 3.4: [TwigBridge] fix BC for FormExtension if renderer is FormRenderer [Form] Fix 5.5 compatibility for ResizeFormListener [BrowserKit] Handle deprecations triggered in insulated requests [Bridge\PhpUnit] Handle deprecations triggered in separate processes Fix LogLevel::DEBUG as min level [Validator] added magic method __isset() to File Constraint class Support array of types in allowed type [DI] Fix possible incorrect php-code when dumped strings contains newlines [Translation] minor: remove unused variable in test added ability to handle parent classes for PropertyNormalizer replace parameters in dummy identity translator never match invalid IP addresses
2 parents 53f767a + 24110f6 commit 8f121e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TranslatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TranslatorTest extends TestCase
2424
*/
2525
public function testConstructorInvalidLocale($locale)
2626
{
27-
$translator = new Translator($locale);
27+
new Translator($locale);
2828
}
2929

3030
/**

0 commit comments

Comments
 (0)