mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Remove unnecessary property
This commit is contained in:
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user