Skip to content

Commit a4ce487

Browse files
committed
Update getting-started.md - change @param to @var in Product class
1 parent c5038fc commit a4ce487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Product // The class name will be used to name exposed resources
5454
public $id;
5555

5656
/**
57-
* @param string $name A name property - this description will be available in the API documentation too.
57+
* @var string $name A name property - this description will be available in the API documentation too.
5858
*
5959
* @ORM\Column
6060
* @Assert\NotBlank

0 commit comments

Comments
 (0)