mirror of
https://github.com/pestphp/pest.git
synced 2026-04-24 16:07:31 +02:00
Change array type hint
This commit is contained in:
@ -62,7 +62,7 @@ trait Testable
|
||||
/**
|
||||
* The test's describing, if any.
|
||||
*
|
||||
* @var string[]
|
||||
* @var array<int, string>
|
||||
*/
|
||||
public array $__describing = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user