Completed
Push — recommendation_api_cache ( ad0c18 )
by
unknown
15:01
created
mod/missions/api/v0/cache.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@
 block discarded – undo
31 31
     $this->cacheFile = $this->cacheFolder . $filename;
32 32
   }
33 33
 
34
+  /**
35
+   * @param \Closure $cb
36
+   */
34 37
   public function get($cb) {
35 38
     $cached = false;
36 39
     if (file_exists($this->cacheFile)) {
Please login to merge, or discard this patch.