phpstan checks and fixes

This commit is contained in:
Clemens Schwaighofer
2025-10-09 11:58:47 +09:00
parent e072aaf4d6
commit 59cc5f2060
7 changed files with 19 additions and 17 deletions

View File

@@ -332,7 +332,7 @@ print "(kosrt, lower case, reverse): "
print "<hr>";
$nested = [
'B' => 'foo', 'a', '0', 9,
'B' => 'foo', 'a', '0', 9, /** @phpstan-ignore-line This is a test for wrong index */
'1' => ['z', 'b', 'a'],
'd' => ['zaip', 'bar', 'baz']
];