Skip to content

Commit 971eb83

Browse files
committed
Fix bad see tag in SnakList
1 parent 7fcddfc commit 971eb83

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)