mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Removes non-readonly property
This commit is contained in:
@ -30,8 +30,6 @@ final class Expectation
|
|||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The exporter instance, if any.
|
* The exporter instance, if any.
|
||||||
*
|
|
||||||
* @readonly
|
|
||||||
*/
|
*/
|
||||||
private Exporter|null $exporter = null;
|
private Exporter|null $exporter = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user