From a4ce487a829c0c6932d1df990cc7ce10c66a8848 Mon Sep 17 00:00:00 2001 From: Maxime Cornet Date: Fri, 13 Apr 2018 12:49:08 +0200 Subject: [PATCH] Update getting-started.md - change @param to @var in Product class --- core/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/getting-started.md b/core/getting-started.md index 41b88a1936d..ac4c876fcea 100644 --- a/core/getting-started.md +++ b/core/getting-started.md @@ -54,7 +54,7 @@ class Product // The class name will be used to name exposed resources public $id; /** - * @param string $name A name property - this description will be available in the API documentation too. + * @var string $name A name property - this description will be available in the API documentation too. * * @ORM\Column * @Assert\NotBlank