mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Remove unnecessary property
This commit is contained in:
@ -48,13 +48,6 @@ final class TestCall
|
||||
*/
|
||||
private readonly bool $descriptionLess;
|
||||
|
||||
/**
|
||||
* This property is not actually used in the codebase, it's only here to make Rector happy.
|
||||
*
|
||||
* @var array<int|string, class-string|array<class-string|string>>
|
||||
*/
|
||||
public array $references;
|
||||
|
||||
/**
|
||||
* Creates a new Pending Call.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user