Completed
Push — master ( 7415a7...3a9f70 )
by Philip
01:51
created
src/PHPProm/Storage/StorageInterface.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -13,8 +13,14 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.