diff --git a/src/Expectation.php b/src/Expectation.php index 3310451c..5a118e00 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -258,7 +258,6 @@ final class Expectation ->send(...$parameters) ->through($this->pipes($method, $this, Expectation::class)) ->run(); - return $this; }