Skip to content

Commit 20a4385

Browse files
authored
Merge pull request #725 from wmde/snakListSee
Fix bad see tag in SnakList
2 parents 7fcddfc + 971eb83 commit 20a4385

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Snak/SnakList.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ public function equals( $target ) {
126126
}
127127

128128
return $target instanceof self
129-
&& $this->getHash() === $target->getHash();
129+
&& $this->getHash() === $target->getHash();
130130
}
131131

132132
/**
133-
* @see HashArray::getHash
133+
* @see Hashable::getHash
134134
*
135135
* The hash is purely value based. Order of the elements in the array is not held into account.
136136
*

0 commit comments

Comments
 (0)