This commit is contained in:
luke
2021-06-18 22:03:51 +01:00
parent 99bcf98617
commit 3a20696da4
4 changed files with 3 additions and 5 deletions

View File

@ -65,8 +65,6 @@ final class HigherOrderExpectation
/**
* Dynamically calls methods on the class with the given arguments.
*
* @param array $arguments
*/
public function __call(string $name, array $arguments): self
{
@ -114,8 +112,6 @@ final class HigherOrderExpectation
/**
* Performs the given assertion with the current expectation.
*
* @param array $arguments
*/
private function performAssertion(string $name, array $arguments): self
{