Skip to content

Commit 4597509

Browse files
authored
Update e2e test due to downgrade readonly promoted with @readonly transform (#7229)
1 parent c32b630 commit 4597509

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e/parallel-custom-config/expected-output.diff

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{
1010
public function __construct(
1111
- private readonly \stdClass $stdClass
12+
+ /**
13+
+ * @readonly
14+
+ */
1215
+ private \stdClass $stdClass
1316
)
1417
{

0 commit comments

Comments
 (0)