Skip to content

Commit ce08105

Browse files
authored
Update LoadSheetsOnlyTest.php
Add strict types to this new test, consistent with work being done in PR PHPOffice#3718.
1 parent a1d3990 commit ce08105

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/PhpSpreadsheetTests/Reader/Xls/LoadSheetsOnlyTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace PhpOffice\PhpSpreadsheetTests\Reader\Xls;
46

57
use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;

0 commit comments

Comments
 (0)