Skip to content

Commit 587530b

Browse files
Merge pull request #469 from xElysioN/fix-phpdoc
Update getting-started.md - update phpdoc
2 parents c5038fc + a4ce487 commit 587530b

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)