More Phpstan Level 10 Prep - Readers

Also upgrade Phpstan.
This commit is contained in:
oleibman
2025-05-03 21:18:55 -07:00
parent c88627681c
commit 5c94de34a9
73 changed files with 714 additions and 232 deletions
@@ -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) {