summaryrefslogtreecommitdiff
path: root/vendor/symfony/translation/Tests/Dumper/PhpFileDumperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/translation/Tests/Dumper/PhpFileDumperTest.php')
-rw-r--r--vendor/symfony/translation/Tests/Dumper/PhpFileDumperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/translation/Tests/Dumper/PhpFileDumperTest.php b/vendor/symfony/translation/Tests/Dumper/PhpFileDumperTest.php
index 22a39dd43d..00e535da39 100644
--- a/vendor/symfony/translation/Tests/Dumper/PhpFileDumperTest.php
+++ b/vendor/symfony/translation/Tests/Dumper/PhpFileDumperTest.php
@@ -20,7 +20,7 @@ class PhpFileDumperTest extends TestCase
public function testFormatCatalogue()
{
$catalogue = new MessageCatalogue('en');
- $catalogue->add(array('foo' => 'bar'));
+ $catalogue->add(['foo' => 'bar']);
$dumper = new PhpFileDumper();