mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Change array type hint
This commit is contained in:
@ -12,14 +12,14 @@ trait Describable
|
||||
/**
|
||||
* Note: this is property is not used; however, it gets added automatically by rector php.
|
||||
*
|
||||
* @var string[]
|
||||
* @var array<int, string>
|
||||
*/
|
||||
public array $__describing;
|
||||
|
||||
/**
|
||||
* The describing of the test case.
|
||||
*
|
||||
* @var string[]
|
||||
* @var array<int, string>
|
||||
*/
|
||||
public array $describing = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user