mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
upgrade to phpstan lvl 7
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user