Remove unnecessary property

This commit is contained in:
Mert Aşan
2024-09-12 13:11:12 +03:00
parent 74ff3b8cd9
commit ba7eb70a5d

View File

@ -48,13 +48,6 @@ final class TestCall
*/ */
private readonly bool $descriptionLess; 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. * Creates a new Pending Call.
*/ */