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

@ -36,14 +36,14 @@ final class UsesCall
/**
* Holds the groups of the uses.
*
* @var array<int, string>
* @var array<string>
*/
private array $groups = [];
/**
* Creates a new Pending Call.
*
* @param array<int, string> $classAndTraits
* @param array<string> $classAndTraits
*/
public function __construct(
private string $filename,