We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6909a3c commit 60b16a6Copy full SHA for 60b16a6
Tests/TranslatorTest.php
@@ -25,7 +25,7 @@ class TranslatorTest extends TestCase
25
*/
26
public function testConstructorInvalidLocale($locale)
27
{
28
- $translator = new Translator($locale, new MessageSelector());
+ new Translator($locale, new MessageSelector());
29
}
30
31
/**
0 commit comments