mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 09:17:23 +01:00
CS
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user