From 478cf10ea74908e6f8e086a09321068299b2db27 Mon Sep 17 00:00:00 2001 From: Sipachev Igor Date: Wed, 11 Aug 2021 13:07:55 +0700 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D0=BD=D0=B4=D1=80=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B1=D0=B0=D0=BD=D0=B4=D0=B0=20=D1=81=20=D0=B4?= =?UTF-8?q?=D1=82=D0=BE=20=D0=B4=D0=BB=D1=8F=20=D1=80=D0=B5=D0=BA=D0=B2?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Annotation/RequestDTO.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Annotation/RequestDTO.php b/src/Annotation/RequestDTO.php index f6e176c..dde2e9c 100644 --- a/src/Annotation/RequestDTO.php +++ b/src/Annotation/RequestDTO.php @@ -2,6 +2,9 @@ namespace Rinsvent\RequestBundle\Annotation; +/** + * todo переделать на https://symfony.com/doc/current/components/property_access.html#usage + */ #[\Attribute] class RequestDTO {