Skip to content

Commit 3f8db59

Browse files
Merge branch '2.8' into 3.3
* 2.8: [Validator] added magic method __isset() to File Constraint class [DI] Fix possible incorrect php-code when dumped strings contains newlines [Translation] minor: remove unused variable in test never match invalid IP addresses
2 parents 409bf22 + a69be9f commit 3f8db59

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
@@ -25,7 +25,7 @@ class TranslatorTest extends TestCase
2525
*/
2626
public function testConstructorInvalidLocale($locale)
2727
{
28-
$translator = new Translator($locale, new MessageSelector());
28+
new Translator($locale, new MessageSelector());
2929
}
3030

3131
/**

0 commit comments

Comments
 (0)