Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 0 additions & 91 deletions src/Claim/ClaimListAccess.php

This file was deleted.

16 changes: 1 addition & 15 deletions src/Claim/Claims.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* @author Daniel Kinzler
* @author H. Snater < mediawiki@snater.com >
*/
class Claims extends ArrayObject implements ClaimListAccess, Hashable, Comparable {
class Claims extends ArrayObject implements Hashable, Comparable {

/**
* @see GenericArrayObject::__construct
Expand Down Expand Up @@ -82,8 +82,6 @@ private function getClaimKey( Claim $claim ) {
}

/**
* @see ClaimListAccess::addClaim
*
* @since 0.1
*
* @param Claim $claim
Expand Down Expand Up @@ -122,8 +120,6 @@ private function insertClaimAtIndex( Claim $claim, $index ) {
}

/**
* @see ClaimListAccess::hasClaim
*
* @since 0.1
*
* @param Claim $claim
Expand All @@ -142,8 +138,6 @@ public function hasClaim( Claim $claim ) {
}

/**
* @see ClaimListAccess::indexOf
*
* @since 0.5
*
* @param Claim $claim
Expand All @@ -168,8 +162,6 @@ public function indexOf( Claim $claim ) {
}

/**
* @see ClaimListAccess::removeClaim
*
* @since 0.1
*
* @param Claim $claim
Expand All @@ -189,8 +181,6 @@ public function removeClaim( Claim $claim ) {
}

/**
* @see ClaimListAccess::hasClaimWithGuid
*
* @since 0.3
*
* @param string $claimGuid
Expand All @@ -202,8 +192,6 @@ public function hasClaimWithGuid( $claimGuid ) {
}

/**
* @see ClaimListAccess::removeClaimWithGuid
*
* @since 0.3
*
* @param string $claimGuid
Expand All @@ -215,8 +203,6 @@ public function removeClaimWithGuid( $claimGuid ) {
}

/**
* @see ClaimListAccess::getClaimWithGuid
*
* @since 0.3
*
* @param string $claimGuid
Expand Down
2 changes: 0 additions & 2 deletions src/Entity/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,6 @@ public function copy() {
}

/**
* @see ClaimListAccess::addClaim
*
* @since 0.3
* @deprecated since 1.0
*
Expand Down
79 changes: 0 additions & 79 deletions tests/unit/Claim/ClaimListAccessTest.php

This file was deleted.