From 1e7e164d842af3b29977d9f3f36cd3e439f03857 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 16 Sep 2022 11:28:25 +0100 Subject: [PATCH] Removes non-readonly property --- src/Mixins/Expectation.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mixins/Expectation.php b/src/Mixins/Expectation.php index ed589a33..306d9d3d 100644 --- a/src/Mixins/Expectation.php +++ b/src/Mixins/Expectation.php @@ -30,8 +30,6 @@ final class Expectation { /** * The exporter instance, if any. - * - * @readonly */ private Exporter|null $exporter = null;