Passed
Push — develop ( ad1a9e...8ea77e )
by Jens
02:45
created
src/storage/Cache.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@  discard block
 block discarded – undo
35 35
         return self::$instance;
36 36
     }
37 37
 
38
+    /**
39
+     * @param string $path
40
+     */
38 41
     public function getCacheForPath($path)
39 42
     {
40 43
         $dbInstace = $this->getDbInstance();
@@ -77,6 +80,9 @@  discard block
 block discarded – undo
77 80
         $db->exec($sql);
78 81
     }
79 82
 
83
+    /**
84
+     * @param string $requestUri
85
+     */
80 86
     public function setCacheForPath($requestUri, $renderedContent)
81 87
     {
82 88
         $dbInstace = $this->getDbInstance();
Please login to merge, or discard this patch.