diff --git a/src/Item/ProofType.php b/src/Item/ProofType.php index e3f44e4..24a76a1 100644 --- a/src/Item/ProofType.php +++ b/src/Item/ProofType.php @@ -8,12 +8,12 @@ class ProofType extends BaseItem protected $type = 'proof_types'; - public function getName(): int + public function getName(): string { return $this->attributes['name']; } - public function getEntityType(): int + public function getEntityType(): string { return $this->attributes['entity_type']; }