Fix repo interface definition

This commit is contained in:
Starbeamrainbowlabs 2019-01-15 15:58:23 +00:00
parent dea95716ed
commit f31989b7eb
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ interface IMeasurementTypeRepository {
* @param string $type_name The type name to get the friendly name for.
* @return string The friendly name for the specified type name.
*/
public function get_friendly_name(string $type_name) : boolean;
public function get_friendly_name(string $type_name) : string;
/**
* Returns all the currently known meeasurement types.