Completed
Push — master ( 4d1c10...aaadee )
by iLex
01:55
created
src/Interfaces/IdiormCacheInterface.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -19,6 +19,7 @@  discard block
 block discarded – undo
19 19
      * @param array  $value           result set
20 20
      * @param string $table           db table
21 21
      * @param string $connection_name
22
+     * @return void
22 23
      */
23 24
     public function save($cache_key, $value, $table, $connection_name);
24 25
 
@@ -39,6 +40,7 @@  discard block
 block discarded – undo
39 40
      *
40 41
      * @param string $table
41 42
      * @param string $connection_name
43
+     * @return void
42 44
      */
43 45
     public function clear($table, $connection_name);
44 46
 
Please login to merge, or discard this patch.