We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd6acad + 5c89f2b commit 943c03fCopy full SHA for 943c03f
1 file changed
src/Entity/EntityIdValue.php
@@ -96,7 +96,7 @@ public function getSortKey() {
96
*
97
* @since 0.5
98
99
- * @return EntityIdValue
+ * @return self
100
*/
101
public function getValue() {
102
return $this;
@@ -116,7 +116,7 @@ public function getEntityId() {
116
117
118
119
- * @return EntityId
+ * @return array
120
121
public function getArrayValue() {
122
return array(
0 commit comments