Merge branch 'master' into next-1

This commit is contained in:
Fabio Ivona
2021-11-26 16:25:40 +01:00
committed by GitHub

View File

@ -258,7 +258,6 @@ final class Expectation
->send(...$parameters)
->through($this->pipes($method, $this, Expectation::class))
->run();
return $this;
}