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