Completed
Pull Request — dev (#24)
by Ben
02:00
created
src/Storage/StorageInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -14,6 +14,7 @@
 block discarded – undo
14 14
      *
15 15
      * @param string $key
16 16
      * @param string|array $value
17
+     * @return void
17 18
      */
18 19
     public function save($key, $value);
19 20
 
Please login to merge, or discard this patch.