@@ -13,8 +13,14 @@ |
||
13 | 13 | |
14 | 14 | interface StorageInterface { |
15 | 15 | |
16 | + /** |
|
17 | + * @return void |
|
18 | + */ |
|
16 | 19 | public function storeMeasurement($prefix, $key, $value); |
17 | 20 | |
21 | + /** |
|
22 | + * @param string $prefix |
|
23 | + */ |
|
18 | 24 | public function getMeasurements($prefix, array $keys); |
19 | 25 | |
20 | 26 | } |