From 751cbe6ac410b9c942dfbde016ac6ec046f0375d Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Mon, 11 Sep 2023 12:48:32 +0900 Subject: [PATCH] Revert "Revert "Do not set unexpected property"" This reverts commit 538487587fd50454be9d287ba6bb9c585201b0c9. --- src/Annotations/Get.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Annotations/Get.php b/src/Annotations/Get.php index db4d22f37..28dc3f921 100644 --- a/src/Annotations/Get.php +++ b/src/Annotations/Get.php @@ -9,7 +9,6 @@ /** * @Annotation */ -#[\AllowDynamicProperties] class Get extends Operation { /** @inheritdoc */