mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
make the name of the method plural
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user