We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d7b91 commit c81b042Copy full SHA for c81b042
1 file changed
src/Statement/StatementGuid.php
@@ -60,6 +60,10 @@ public function getEntityId() {
60
61
/**
62
* @return string
63
+ * @deprecated The value returned by this method might differ in case from the original, unparsed statement GUID
64
+ * (the entity ID part might have been lowercase originally, but is always normalized in the return value here),
65
+ * which means that the value should not be compared to other statement GUID serializations,
66
+ * e.g. to look up a statement in a StatementList.
67
*/
68
public function getSerialization() {
69
return $this->serialization;
0 commit comments