diff --git a/src/PendingCalls/TestCall.php b/src/PendingCalls/TestCall.php index 46e1acb9..1208b809 100644 --- a/src/PendingCalls/TestCall.php +++ b/src/PendingCalls/TestCall.php @@ -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> - */ - public array $references; - /** * Creates a new Pending Call. */