Skip to content

Commit ad9dcee

Browse files
author
bayzhanov
committed
Bugfix for issue: xls file cause the exception during open by Xls reader PHPOffice#402
codestyle fixes
1 parent cf7b409 commit ad9dcee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/PhpSpreadsheetTests/Reader/XlsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class XlsTest extends TestCase
99
{
1010
/**
11-
* Test load Xls file
11+
* Test load Xls file.
1212
*/
1313
public function testLoadXlsSample()
1414
{

tests/PhpSpreadsheetTests/Shared/OLEReadTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ public function testReadOleStreams()
2525
$ole->getStream($ole->documentSummaryInformation)
2626
);
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)