Skip to content

Commit ae8a676

Browse files
committed
Merge pull request #359 from wmde/EntityIdValue-getValue-return
Fix @return doc of EntityIdValue::getValue
2 parents 10699b9 + 46405bf commit ae8a676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Entity/EntityIdValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function getSortKey() {
9696
*
9797
* @since 0.5
9898
*
99-
* @return EntityId
99+
* @return EntityIdValue
100100
*/
101101
public function getValue() {
102102
return $this;

0 commit comments

Comments
 (0)