From b2eb69cbc10a2e4554f96356791e9b109ec7d5ac Mon Sep 17 00:00:00 2001 From: Fabio Ivona Date: Mon, 29 Nov 2021 09:47:33 +0100 Subject: [PATCH] fix phpstan --- src/CoreExpectation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CoreExpectation.php b/src/CoreExpectation.php index bb7c229e..c95e5505 100644 --- a/src/CoreExpectation.php +++ b/src/CoreExpectation.php @@ -24,7 +24,7 @@ use Throwable; * * @template TValue * - * @mixin Expectation + * @mixin Expectation */ final class CoreExpectation {