File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ interface EntityDocument {
2525 public function getId ();
2626
2727 /**
28- * Returns a type identifier for the entity.
28+ * Returns a type identifier for the entity, e.g. "item" or "property" .
2929 *
3030 * @since 0.8.2
3131 *
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ public static function newEmpty() {
251251 *
252252 * @since 0.1
253253 *
254- * @return string
254+ * @return string Returns the entity type "item".
255255 */
256256 public function getType () {
257257 return self ::ENTITY_TYPE ;
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ public function getDataTypeId() {
170170 *
171171 * @since 0.1
172172 *
173- * @return string
173+ * @return string Returns the entity type "property".
174174 */
175175 public function getType () {
176176 return self ::ENTITY_TYPE ;
You can’t perform that action at this time.
0 commit comments