From 8ff9d9059dfe4a4aca1f63d5a979499d46eb5fc5 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 8 Sep 2025 02:20:06 +0700 Subject: [PATCH] Update e2e test due to downgrade readonly promoted with @readonly transform --- e2e/parallel-custom-config/expected-output.diff | 3 +++ 1 file changed, 3 insertions(+) diff --git a/e2e/parallel-custom-config/expected-output.diff b/e2e/parallel-custom-config/expected-output.diff index 147b2d59b84..f89d642f6d8 100644 --- a/e2e/parallel-custom-config/expected-output.diff +++ b/e2e/parallel-custom-config/expected-output.diff @@ -9,6 +9,9 @@ { public function __construct( - private readonly \stdClass $stdClass ++ /** ++ * @readonly ++ */ + private \stdClass $stdClass ) {