We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5038fc commit a4ce487Copy full SHA for a4ce487
core/getting-started.md
@@ -54,7 +54,7 @@ class Product // The class name will be used to name exposed resources
54
public $id;
55
56
/**
57
- * @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.
58
*
59
* @ORM\Column
60
* @Assert\NotBlank
0 commit comments