From 337d55b9ab17daa0b38c0e6b189ed500c5f5d110 Mon Sep 17 00:00:00 2001 From: Fabio Ivona Date: Mon, 29 Nov 2021 09:25:00 +0100 Subject: [PATCH] lint --- src/Expectation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Expectation.php b/src/Expectation.php index 5a118e00..3310451c 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -258,6 +258,7 @@ final class Expectation ->send(...$parameters) ->through($this->pipes($method, $this, Expectation::class)) ->run(); + return $this; }