Update src/PendingCalls/TestCall.php

Co-authored-by: Owen Voke <development@voke.dev>
This commit is contained in:
Mert Aşan
2024-09-12 13:09:45 +03:00
committed by GitHub
parent 169b76458e
commit ab0b4a1b4e

View File

@ -623,8 +623,8 @@ final class TestCall
}
/**
* Adds a reference to the tested method or class. This helps to link test
* cases to the source code for easier navigation.
* Adds one or more references to the tested method or class. This helps
* to link test cases to the source code for easier navigation.
*
* @param array<class-string|string>|class-string ...$classes
*/