Skip to content

Commit e5674c9

Browse files
committed
#2 Writer MSProjectExchange (Fix PHPCS)
1 parent 7db2730 commit e5674c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpProject/Tests/Writer/MsProjectMPXTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function testSave()
6161
$xmlWriter->save($fileOutput);
6262

6363
$content = file_get_contents($fileOutput);
64-
$content = explode(PHP_EOL, $content);
64+
$content = explode(PHP_EOL, $content);
6565

6666
foreach ($content as $line) {
6767
$line = explode(';', $line);

0 commit comments

Comments
 (0)