We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454243e commit ff14ba9Copy full SHA for ff14ba9
1 file changed
src/Entity/Item.php
@@ -333,8 +333,6 @@ public function addClaim( Claim $claim ) {
333
throw new InvalidArgumentException( 'Can\'t add a Claim without a GUID.' );
334
}
335
336
- // TODO: ensure guid is valid for entity
337
-
338
$this->statements[] = $claim;
339
340
@@ -357,8 +355,6 @@ public function getClaims() {
357
355
358
356
359
/**
360
- * TODO: change to take Claim[]
361
- *
362
* @since 0.4
363
*
364
* @param Claims $claims
0 commit comments