Skip to content

Commit 5226079

Browse files
committed
fixed php7.2 support
1 parent 95d871b commit 5226079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpScannerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function testPhpCodeScanner()
1515
$scanner = new PhpScanner(
1616
Translations::create('domain1'),
1717
Translations::create('domain2'),
18-
Translations::create('domain3'),
18+
Translations::create('domain3')
1919
);
2020

2121
$this->assertCount(3, $scanner->getTranslations());

0 commit comments

Comments
 (0)