Skip to content

Commit 943c03f

Browse files
committed
Merge pull request #577 from wmde/EntityIdValue
Fix return type doc in EntityIdValue
2 parents cd6acad + 5c89f2b commit 943c03f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Entity/EntityIdValue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function getSortKey() {
9696
*
9797
* @since 0.5
9898
*
99-
* @return EntityIdValue
99+
* @return self
100100
*/
101101
public function getValue() {
102102
return $this;
@@ -116,7 +116,7 @@ public function getEntityId() {
116116
*
117117
* @since 0.5
118118
*
119-
* @return EntityId
119+
* @return array
120120
*/
121121
public function getArrayValue() {
122122
return array(

0 commit comments

Comments
 (0)