Completed
Push — master ( fb6693...12c1f4 )
by Lars
02:01
created
src/voku/cache/AdapterFile.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
   }
111 111
 
112 112
   /**
113
-   * @param $cacheFile
113
+   * @param string $cacheFile
114 114
    *
115 115
    * @return bool
116 116
    */
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
   /**
127 127
    * @param string $key
128 128
    *
129
-   * @return mixed <p>Will return null if the was no value, otherwise it will return the cache value.</p>
129
+   * @return string|null <p>Will return null if the was no value, otherwise it will return the cache value.</p>
130 130
    */
131 131
   protected function getInternalFileValueCache($key)
132 132
   {
Please login to merge, or discard this patch.