Skip to content

Commit e908297

Browse files
committed
php 7.2 fix
1 parent 24699fb commit e908297

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/PoLoaderTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ public function testPoLoader()
2020
Copyright (C) YEAR Free Software Foundation, Inc.
2121
This file is distributed under the same license as the PACKAGE package.
2222
FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
23-
EOT, $description);
23+
EOT
24+
,
25+
$description);
2426

2527
$this->assertSame(['fuzzy'], $translations->getFlags()->toArray());
2628

0 commit comments

Comments
 (0)