We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fcddfc + 971eb83 commit 20a4385Copy full SHA for 20a4385
1 file changed
src/Snak/SnakList.php
@@ -126,11 +126,11 @@ public function equals( $target ) {
126
}
127
128
return $target instanceof self
129
- && $this->getHash() === $target->getHash();
+ && $this->getHash() === $target->getHash();
130
131
132
/**
133
- * @see HashArray::getHash
+ * @see Hashable::getHash
134
*
135
* The hash is purely value based. Order of the elements in the array is not held into account.
136
0 commit comments