make the name of the method plural

This commit is contained in:
Mert Aşan
2024-09-12 11:15:30 +03:00
parent 668685498f
commit 169b76458e

View File

@ -628,7 +628,7 @@ final class TestCall
*
* @param array<class-string|string>|class-string ...$classes
*/
public function reference(string|array ...$classes): self
public function references(string|array ...$classes): self
{
// For rector
$this->references = $classes;