mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-25 01:31:26 +00:00
More Phpstan Level 10 Prep - Readers
Also upgrade Phpstan.
This commit is contained in:
@@ -94,6 +94,7 @@ class HtmlBorderTest extends TestCase
|
||||
}
|
||||
$tests = $this->providerBorderStyle();
|
||||
foreach ($tests as $test) {
|
||||
/** @var array<int, int|string> $test */
|
||||
$covered[$test[0]] = 1;
|
||||
}
|
||||
foreach ($covered as $key => $val) {
|
||||
|
||||
Reference in New Issue
Block a user