Test Setup Failed
Push — master ( 2f9c89...2774ea )
by Herberto
02:07
created
src/Adapter/PhpFileCacheDoctrineAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      *
25 25
      * @param string $id The id of the cache entry to fetch.
26 26
      *
27
-     * @return mixed The cached data or FALSE, if no cache entry exists for the given id.
27
+     * @return string|false The cached data or FALSE, if no cache entry exists for the given id.
28 28
      */
29 29
     public function fetch($id)
30 30
     {
Please login to merge, or discard this patch.