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 7db2730 commit e5674c9Copy full SHA for e5674c9
tests/PhpProject/Tests/Writer/MsProjectMPXTest.php
@@ -61,7 +61,7 @@ public function testSave()
61
$xmlWriter->save($fileOutput);
62
63
$content = file_get_contents($fileOutput);
64
- $content = explode(PHP_EOL, $content);
+ $content = explode(PHP_EOL, $content);
65
66
foreach ($content as $line) {
67
$line = explode(';', $line);
0 commit comments