From be31f5b049e0ae9ea335d745a952ab5e26d2637e Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Tue, 28 Aug 2018 14:16:50 +0200 Subject: [PATCH] Add correct doc tag --- core/identifiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/identifiers.md b/core/identifiers.md index b597052c571..8dddd575e3a 100644 --- a/core/identifiers.md +++ b/core/identifiers.md @@ -20,7 +20,7 @@ use App\Uuid; */ final class Person { /** - * @type Uuid + * @var Uuid * @ApiProperty(identifier=true) */ public $code;