Skip to content

Commit

Permalink
Bugfix for issue: xls file cause the exception during open by Xls rea…
Browse files Browse the repository at this point in the history
…der PHPOffice#402

 codestyle fixes
  • Loading branch information
bayzhanov committed Oct 3, 2018
1 parent cf7b409 commit ad9dcee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/PhpSpreadsheetTests/Reader/XlsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class XlsTest extends TestCase
{
/**
* Test load Xls file
* Test load Xls file.
*/
public function testLoadXlsSample()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/PhpSpreadsheetTests/Shared/OLEReadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ public function testReadOleStreams()
$ole->getStream($ole->documentSummaryInformation)
);
}
}
}

0 comments on commit ad9dcee

Please sign in to comment.