From b8e5d05c689b91ad3072d828c9bb57b1ee03c4f5 Mon Sep 17 00:00:00 2001 From: Mantas Date: Wed, 24 Feb 2016 14:58:34 +0200 Subject: [PATCH] Corrected description of Embedded multiple annotation --- Annotation/Embedded.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/Embedded.php b/Annotation/Embedded.php index 8eeedc4f..47b05b0f 100644 --- a/Annotation/Embedded.php +++ b/Annotation/Embedded.php @@ -39,7 +39,7 @@ final class Embedded public $name; /** - * Defines if related object will have one or multiple values. + * Defines if related value will store a single object or an array of objects * * If this value is set to true, in the result ObjectIterator will be provided, * otherwise you will get single object.