Skip to content

Commit bf9655a

Browse files
committed
Strict Types for New Tests
Consistent with work being done in PR PHPOffice#3718.
1 parent 5926ede commit bf9655a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/PhpSpreadsheetTests/Cell/DataType2Test.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\Cell;
46

57
use PhpOffice\PhpSpreadsheet\Cell\DataType;

tests/PhpSpreadsheetTests/Writer/Xlsx/Issue3711Test.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\Writer\Xlsx;
46

57
use PhpOffice\PhpSpreadsheet\Cell\DataType;

0 commit comments

Comments
 (0)