diff --git a/src/PendingCalls/TestCall.php b/src/PendingCalls/TestCall.php index 23c2931f..ad7a8a91 100644 --- a/src/PendingCalls/TestCall.php +++ b/src/PendingCalls/TestCall.php @@ -628,7 +628,7 @@ final class TestCall * * @param array|class-string ...$classes */ - public function reference(string|array ...$classes): self + public function references(string|array ...$classes): self { // For rector $this->references = $classes;