Completed
Push — master ( 85f910...e74426 )
by Philip
01:49
created
src/PHPProm/Storage/AbstractStorage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
 
16 16
     abstract public function storeMeasurement($prefix, $key, $value);
17 17
 
18
+    /**
19
+     * @param string $prefix
20
+     */
18 21
     abstract public function getMeasurements($prefix, array $keys);
19 22
 
20 23
 }
Please login to merge, or discard this patch.