Skip to content

Commit c9bf92e

Browse files
committed
Make field access more efficient
1 parent 454243e commit c9bf92e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Claim/Statement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function equals( $target ) {
146146
}
147147

148148
return $this->claimFieldsEqual( $target )
149-
&& $this->references->equals( $target->getReferences() );
149+
&& $this->references->equals( $target->references );
150150
}
151151

152152
/**

0 commit comments

Comments
 (0)