Skip to content

Commit ff14ba9

Browse files
committed
Remove TODOs that are to narrow
This code has more issues and will likely need to change in a more substantial manner. One of them being #152
1 parent 454243e commit ff14ba9

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)