Removes non-readonly property

This commit is contained in:
Nuno Maduro
2022-09-16 11:28:25 +01:00
parent 036f2de795
commit 1e7e164d84

View File

@ -30,8 +30,6 @@ final class Expectation
{
/**
* The exporter instance, if any.
*
* @readonly
*/
private Exporter|null $exporter = null;