upgrade to phpstan lvl 7

This commit is contained in:
Fabio Ivona
2021-11-15 22:20:00 +01:00
parent f2a9b73b83
commit f3f58c7f52
11 changed files with 22 additions and 11 deletions

View File

@ -23,7 +23,7 @@ final class TestRepository
private array $testCases = [];
/**
* @var array<string, array<int, array<int, string|Closure>>>
* @var array<string, array{0: array<int, string>, 1: array<int, string>, 2: array<int, string|Closure>}>
*/
private array $uses = [];