mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Fix repo interface definition
This commit is contained in:
parent
dea95716ed
commit
f31989b7eb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ interface IMeasurementTypeRepository {
|
||||||
* @param string $type_name The type name to get the friendly name for.
|
* @param string $type_name The type name to get the friendly name for.
|
||||||
* @return string The friendly name for the specified type name.
|
* @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.
|
* Returns all the currently known meeasurement types.
|
||||||
|
|
Loading…
Reference in a new issue