Skip to content

Commit e4f7778

Browse files
committed
Merge pull request #153 from wmde/rtds
Remove TODOs that are to narrow
2 parents 4dfacaa + ff14ba9 commit e4f7778

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Entity/Item.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,6 @@ public function addClaim( Claim $claim ) {
333333
throw new InvalidArgumentException( 'Can\'t add a Claim without a GUID.' );
334334
}
335335

336-
// TODO: ensure guid is valid for entity
337-
338336
$this->statements[] = $claim;
339337
}
340338

@@ -357,8 +355,6 @@ public function getClaims() {
357355
}
358356

359357
/**
360-
* TODO: change to take Claim[]
361-
*
362358
* @since 0.4
363359
*
364360
* @param Claims $claims

0 commit comments

Comments
 (0)